tags:

views:

48

answers:

1

When you have re-occurring payments setup with paypal with your customers/subscribers, is it possible to get a list of all subscribers from paypall's API?

If yes, what does it return, transactionIDs or user emails or?

I basically want a way to update my database with members who have active subscriptions.

+1  A: 

https://cms.paypal.com/us/cgi-bin/?&cmd=%5Frender-content&content%5FID=developer/e%5Fhowto%5Fapi%5Fnvp%5Fr%5FTransactionSearch

May be of use?

Returns time/date, customer email, customer name, transaction ID, gross amount charged, fees, net amount.

Oli