Can you set up a recurring payment with Paypal usi

2019-08-26 06:34发布

问题:

I wish to set up a simple monthly recurring payment system using Paypal to augment our existing Stripe-based system. It implies in Recurring Payments that you can set up recurring payments through Express Checkout. I have set up Express Checkout using the Server Side REST Integration system, and it seems to work fine for single payments. I can find no information in how to set it up for recurring payments however. Is it possible with Express Checkout, or do I need to implement a different flow like is detailed in this blog post? There is plenty of information about this that seemingly refers to deprecated APIs, which I'd rather not use if possible.

回答1:

Recurring Payments with Express Checkout basically only available in NVP API format and it is not yet available in REST.

For NVP you can view and get the guide here.



标签: paypal