Ron Bentata
Ron Bentata

Reputation: 23

How to get PayPal Payments and Refunds using API

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.

Upvotes: 0

Views: 620

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

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

Upvotes: 1

Related Questions