Phil
Phil

Reputation: 145

Which paypal api to just fetch all transactions

Very confused by the crowd of paypal-APIs, I wonder if I just can fetch the transactions (in and out) somehow, just like I would it export to csv via webinterface.

Here I am:

Ok, it's Paypal. But there must be a simple solution they forgot to mention. (?!) Or what did I miss?

Thanks and regards, Phil

Upvotes: 3

Views: 2148

Answers (1)

Drew Angell
Drew Angell

Reputation: 26056

I don't know where you're seeing info that the merchant API won't provide details about transactions, but that's simply wrong.

You you can use TransactionSearch to obtain a list of transactions within a given time period, and then you can loop through those results and use GetTransactionDetails to obtain the details for each individual transaction.

Upvotes: 0

Related Questions