paypal - 从paypal转账到信用卡

标签 paypal credit-card

当用户取消他/她的交易时,我遇到了与从 paypal 转回信用卡相关的问题。我不想在我们的应用程序中使用 Paypal 退款功能。当用户取消他/她的交易时,我的客户要求同时退回金额。 谁能指导我完成此功能,或者是否有任何 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.

Paypal 如何退款

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

为买家退款的 API 调用

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

    • 在买家不再拥有之前的卡的情况下 与交易相关联,或分配给退款的时间 PayPal 已经通过,你会想使用 DoNonReferencedCredit API。
  2. RefundTransaction would refund the funding source as described in the "How PayPal Refunds" paragraph.

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

关于paypal - 从paypal转账到信用卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1968708/

相关文章:

c# - 我应该使用 CreditCardAttribute 来验证信用卡号吗?

payment-gateway - 检测一次性信用卡和虚拟信用卡

linux - 如何在 t1.micro 实例上更新 AWS RHEL 6.4 AMI 上的 curl

codeigniter - 无法创建 Sandbox Paypal 帐户

php - 我是否会收到来自 Paypal 立即购买按钮的所有事件的回调?

php - 在Codeigniter中验证信用卡的最佳方法是什么

credit-card - Stripe : Failed Recurring Payments

credit-card - 信用卡 : Can AVS be checked before Authorization?

ruby-on-rails - Paypal Express Checkout Ruby API 中的多个项目

Paypal 预核准付款