Reputation: 4523
I dont know how to get transaction history in paypal.I have go through the rest api for the paypal. And found following api to fetch transaction history.
https://api.paypal.com/v1/payments/sale/id
I dont know what could be sales id here.And do i just need to enter the url in browser.
Upvotes: 0
Views: 419
Reputation: 26056
Is there any particular reason you HAVE to use the REST API? I personally prefer the classic API's at this point because their REST API just doesn't have all the same features yet.
For your case, the classic API includes TransactionSearch and GetTransactionDetails which can help you pull history and details about specific transactions.
Upvotes: 1