How to get the full transaction details in paypal using the payment_id in paypal android sdk

Updated 14 December 2016

Save

In this blog,
I will show you how to get the full transaction details after getting the payment_id in paypal android sdk.
Maximum time the users have confused how to get the full transaction details after getting the pay id in paypal android sdk.

For the security reason, the sdk never gives the full transaction details like web payment. So
you have to make another API calls to get the complete details.

 

How to get the transaction details

If you get the following response in sdk means the payment has been completed but this is not enough details for us,

So after getting this details you have to send the pay id to server site and you have to do some api calls,

1. We have to generate the access-Token by the client_id and secret,

 

2. After getting the access-Token you have to make another api call for getting the full transaction details,

After hitting this I will get the full transaction details.

 

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


1 comments

  • Ashish Tiwari
  • Start a Project


      Message Sent!

      If you have more details or questions, you can reply to the received confirmation email.

      Back to Home