Friday, 26 May 2017

Recurring PayPal Payments through NodeJS?

I read online that PayPal's REST API does not support recurring payments, as it is considered "low-level" yet the NodeJS SDK is listed as a wrapper for the REST API.

Is there any recommended way of integrating recurring/subscription payments into PayPal nicely using NodeJS?

I saw that there was a solution listed on this thread: PayPal REST API and recurring payments

yet I it is listed as deprecated... is this the way I should handle it? If so, should I be using: https://github.com/paypal/paypal-checkout

Thanks in advance!



via Hassan Syyid

No comments:

Post a Comment