将金额从 paypal 转至信用卡

发布于 2024-08-16 04:24:12 字数 136 浏览 4 评论 0原文

当用户取消他/她的交易时,我陷入了与从贝宝转回信用卡相关的问题。我不想在我们的应用程序中使用贝宝退款功能。我的客户要求在用户取消交易时同时退回金额。 任何人都可以指导我完成此功能,或者是否有任何 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 技术交流群。

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

发布评论

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

评论(2

信仰 2024-08-23 04:24:12

我不想在我们的应用程序中使用贝宝退款功能。我的
客户要求在用户取消时同时退回金额
他/她的交易。

PayPal 如何退款

您不想使用 PayPal 的退款功能,但又想将钱退给买家?这称为退款。我确信您误解了 PayPal 的退款方式。如果用户使用信用卡付款,则会退款至其信用卡。如果他们使用银行帐户或 PayPal 帐户付款,则会退款到他们的 PayPal 帐户。

为买家退款的 API 调用

  1. DoNonReferencedCredit 将退款给您每次都指定信用卡,并且不需要交易 ID。

    • 在买家不再拥有原卡的情况下
      与交易相关的时间,或分配给退款的时间
      PayPal 已通过,您需要使用 DoNonReferencedCredit
      API。
  2. RefundTransaction 将退还资金来源,如“PayPal 如何退款”段落。

    • 如果您主要关心的是通过 API 进行退款,您有一个交易 ID(您说付款已完成,所以您应该有一个交易 ID),并且 PayPal 的退款时间未通过,您应该使用 RefundTransaction API。

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.

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

  1. DoNonReferencedCredit would refund to a credit card you specify, everytime, and you do not need a transaction ID.

    • In a scenario where the buyer no longer has a card that was
      associated with a transaction, or the time allotted for a refund in
      PayPal has passed, you would want to use the DoNonReferencedCredit
      API.
  2. RefundTransaction would refund the funding source as described in the "How PayPal Refunds" paragraph.

    • If your main concern is to issue a refund, via API, you have a transaction ID (you say a payment has been completed so you should have a transaction ID), AND PayPal's refund time has not passed, you should use the RefundTransaction API.
无戏配角 2024-08-23 04:24:12

可能可以使用类似 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.

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