Reputation: 1
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
Upvotes: 0
Views: 1032
Reputation: 11649
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.
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.
Upvotes: 2
Reputation: 526703
You might be able to use something like DoNonReferencedCredit from the paypal API - but I'm not 100% sure on that.
Upvotes: 1