将金额从 paypal 转至信用卡
当用户取消他/她的交易时,我陷入了与从贝宝转回信用卡相关的问题。我不想在我们的应用程序中使用贝宝退款功能。我的客户要求在用户取消交易时同时退回金额。 任何人都可以指导我完成此功能,或者是否有任何 API 可以解决此类功能。
提前致谢。 德万
I have stuck into the problem of related to transfer amount back to credit card from paypal when user cancel his/her transaction. I don't want to use paypal refund feature in our application. My client requires to send back amount at the same time when user cancel his/her transaction.
Can anyone guide me to complete this feature or is there any API to solve such type of feature.
Thanks in advance.
Dewan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
PayPal 如何退款
您不想使用 PayPal 的退款功能,但又想将钱退给买家?这称为退款。我确信您误解了 PayPal 的退款方式。如果用户使用信用卡付款,则会退款至其信用卡。如果他们使用银行帐户或 PayPal 帐户付款,则会退款到他们的 PayPal 帐户。
为买家退款的 API 调用
DoNonReferencedCredit 将退款给您每次都指定信用卡,并且不需要交易 ID。
与交易相关的时间,或分配给退款的时间
PayPal 已通过,您需要使用 DoNonReferencedCredit
API。
RefundTransaction 将退还资金来源,如“PayPal 如何退款”段落。
How PayPal Refunds
You don't want to use PayPal's refund feature, but you want to send money back to the buyer? This is called a refund. I am sure you are mistaking how PayPal refunds money. If the user pays with a credit card, they are refunded to their credit card. If they pay with a bank account or PayPal account, they are refunded to their PayPal account.
API calls that refund buyers
DoNonReferencedCredit would refund to a credit card you specify, everytime, and you do not need a transaction ID.
associated with a transaction, or the time allotted for a refund in
PayPal has passed, you would want to use the DoNonReferencedCredit
API.
RefundTransaction would refund the funding source as described in the "How PayPal Refunds" paragraph.
您可能可以使用类似 DoNonReferencedCredit 的内容paypal API - 但我对此不是 100% 确定。
You might be able to use something like DoNonReferencedCredit from the paypal API - but I'm not 100% sure on that.