user2286081
user2286081

Reputation: 181

How to refund payment using paypal android sdk V2?

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

Answers (1)

Jeff Brateman
Jeff Brateman

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

Related Questions