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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top