v v
v v

Reputation: 33

Is it possible to draw history from paypal?

I want to write a script which once a day connects to my paypal and get all orders from it.

I didn't find anything on thier api that would be helpful. is it doable?

Upvotes: 0

Views: 39

Answers (1)

Zhao Samanta
Zhao Samanta

Reputation: 1095

There are two APIs can get transaction details: 1. TransactionSearch Refer to https://developer.paypal.com/docs/classic/api/merchant/TransactionSearch_API_Operation_NVP/ 2. GetTransactionDetails Refer to https://developer.paypal.com/docs/classic/api/merchant/GetTransactionDetails_API_Operation_NVP/

You can take a look at these materials, hope these information could be helpful.

Upvotes: 1

Related Questions