-1

I create recurring payment profile in Paypal using NVP(CreateRecurringPaymentsProfile).

Tell me please, how can I check new payments using api requests?

I need it to continue the billing plan for user on my own website.

I have "PROFILEID", "TOKEN", "TRANSACTIONID".

Website was created using php.

curls
  • 382
  • 1
  • 3
  • 16

1 Answers1

0

Just add new field into your transaction table flag_is_new and set it at default 0. After that at the end of each checking for new transactions update this field to 1.

Pavel Kenarov
  • 944
  • 1
  • 9
  • 21