我需要退款交易在BlueSnap,我使用API和我有发票号码。我该怎么做?
发布于 2017-06-14 15:50:35
您没有提到使用哪种类型的API集成,下面是您的选项:
如果您使用的是支付API (JSON/XML) -使用PUT与此URL格式: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 -请参阅此链接中的说明。
将PUT与此URL格式一起使用:https://ws.bluesnap.com/services/2/orders/refund?invoiceId=38410844&reason=unsatisfied+customer
更多细节:https://developers.bluesnap.com/v8976-Extended/docs/refund-invoice
https://stackoverflow.com/questions/44549242
复制相似问题