Reputation: 181
I am developing an android application with Paypal integration using Paypal's android sdk V2. I have done payment transactions successfully. But i don't know how to cancel the transaction and refund the payment using Paypal sdk V2 (Rest API). Can anyone help me to make it?
Upvotes: 1
Views: 1047
Reputation: 3277
You cannot refund a transaction from the Android SDK. You'll have to take the payment id, and call refund from your server.
Upvotes: 4