I'm working on implementation of PayPal recurring payments, but I have some doubts.
The steps to create a recurring payment profile are:
- Call SetExpressCheckout (with L_BILLINGTYPE0=RecurringPayments)
- Get the TOKEN
- Call CreateRecurringPaymentsProfile with the token and the billing frequency
- Receive the response with the ID of the active profile.
If I set the notify URL (PAYMENTREQUEST_0_NOTIFYURL) in SetExpressCheckout does PayPal IPN notify about recurring payment?
According to https://www.paypal-community.com/t5/Merchant-services-Archive/Recurring-payments-IPN/td-p/350104?profile.language=en CreateRecurringPaymentsProfile does not accept the notify URL but SetExpressCheckout does!