Square Connect API : 相同投标类型的部分退款

Square Connect API : Partial Refund with same tender type

我在 iOS 应用程序中使用 Square Connect API 进行退款,而 SDK 仅用于卡支付。目前我正在通过创建退款终点来全额退款交易金额。

现在,我想对付款进行部分退款。比如说,从 payment/transaction 的 100 美元中退还 50 美元。

医生说:

If you're creating a PARTIAL refund for a split tender payment, instead provide the id of the particular tender you want to refund.

我没有使用拆分投标。我只有卡式投标。

那么,是否可以对相同的投标类型进行部分退款?

是的,只需指定您要退款的金额并提供卡的付款方式即可。参见 Create Refund