1

我需要在 BlueSnap 中进行退款交易,我正在使用 API,并且我有发票号码。我怎么做?

4

1 回答 1

1

您没有提到您正在使用哪种类型的 API 集成,所以这里是您的选项:

如果您使用的是支付 API (JSON/XML) - 使用以下 URL 格式的 PUT:https ://ws.bluesnap.com/services/2/transactions/:transaction-id/refund

更多详情: https ://developers.bluesnap.com/v8976-JSON/docs/refund https://developers.bluesnap.com/v8976-XML/docs/refund

如果您使用的是扩展支付 API - 请参阅此链接中的说明。

使用具有此 URL 格式的 PUT: https ://ws.bluesnap.com/services/2/orders/refund?invoiceId=38410844&reason=unsatisfied+customer

更多详情: https ://developers.bluesnap.com/v8976-Extended/docs/refund-invoice

于 2017-06-14T15:50:35.770 回答