문제

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