This is a WIP unofficial RavePay subscription API for Node.js >= v8.x.x
. With this API, you can handle recuring billings within your Node.js application.
Using Node.js v8.X or lastest, you install using:
npm install ravepay-subscriptions
From a security standpoint, it much safer to store all ravepay API keys and other confidentials in environment variables instead of hard-coding them in your source code.
Detailed docs coming up
new Plan()
Detailed docs coming up
new Subscription()