PayPal 付款 - 退款订单

发布于 2024-11-09 07:37:27 字数 108 浏览 6 评论 0原文

这里有人知道如何向通过我的电子商务网站订单付款的用户退款吗?

我的意思是..我当然可以转到我的 PP 企业帐户手动退款,但我想知道 PP API 是否支持直接从我的网站进行某种动态退款。

Does anyone here know how to refund money to users payed from my e-commerce site orders?

I mean .. I can surely go to my PP business account to refund them manually, but I would like to know if PP API supports some kind of dynamic refund directly from my site..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

伪心 2024-11-16 07:37:27

看起来可以阅读这个。

PayPal API 文档

It looks possible read this.

PayPal API Docs

幸福丶如此 2024-11-16 07:37:27

您可以使用下面的代码和 API 来完成您的任务。

$nvpStr = "&TRANSACTIONID=$transactionID&REFUNDTYPE=$refundType&CURRENCYCODE=$currencyID";

然后调用此函数:

$httpParsedResponseAr = PPHttpPost('RefundTransaction', $nvpStr);

有关该函数的更多详细信息,您可以使用以下链接:
https://cms.paypal.com/cms_content/US/en_US /files/developer/nvp_RefundTransaction_php.txt

you can use below code and API for your task.

$nvpStr = "&TRANSACTIONID=$transactionID&REFUNDTYPE=$refundType&CURRENCYCODE=$currencyID";

and then call this function:

$httpParsedResponseAr = PPHttpPost('RefundTransaction', $nvpStr);

for more details regarding that you can use below link :
https://cms.paypal.com/cms_content/US/en_US/files/developer/nvp_RefundTransaction_php.txt

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文