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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top