1. Create a regular payment. The regular payment is set by the following parameters:

    $params['cmd'] = '_xclick-subscriptions'; $params['a3'] = 123; $params['p3'] = '1'; $params['t3'] = 'M'; $params['src'] = '1'; 

    Read more here: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/Appx_websitestandard_htmlvariables/

  2. notify_url will be sent to the configured notify_url such as "create a subscription", end of subscription "," payment status ".

  3. Each subscription has its subscr_id . He comes in these notifications.

Question: Is it possible to get the date of the next write-off?

For example, our first payment was on February 29th. What date in 1 month will install PayPal - implicitly. For this just add a month does not work. Every regular payment has this date in your PayPal account. That is what you need to get through the PayPal API to display on your site.

    0