【发布时间】:2019-01-26 07:01:21
【问题描述】:
我找不到办法 我已经尝试直接从 'https://connect.squareup.com/v2/locations/location_id/transactions/entity_id' 我已经尝试在enter image description here找到tender_id
我已经超过 5 天了,我快疯了
【问题讨论】:
标签: square-connect
我找不到办法 我已经尝试直接从 'https://connect.squareup.com/v2/locations/location_id/transactions/entity_id' 我已经尝试在enter image description here找到tender_id
我已经超过 5 天了,我快疯了
【问题讨论】:
标签: square-connect
entity_id 等于 V1 payment_id。您可以将entity_id 传递给V1 的RetrievePayment 端点以检索付款信息。
请注意,V1 payment_id == V2 tender_id(在 Transaction 对象内部)。
【讨论】: