Question

I am trying to retrieve payments and refunds from paypal, using api. It needs to have the option for date range filtering. And with no limit on the number of returned rows.

To be clearer, i'm not looking to make a payment or make a refund using the api, i'm looking to get a list of history transactions of payments received and refunds made on my paypal account, using the api.

Been looking for this option on paypal's documentation for a while now, but can't find anything. i've found GetBalance api call, but it's limited in result.

Was it helpful?

Solution

TransactionSearch and GetTransactionDetails should give you what you're after.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top