This project is a NodeJS + Express Wrapper for the RazorPay API.
The routes are similar to the original API documentation that can be found here: https://docs.razorpay.com/
For those who are familiar with ExpressJS's routing mechanism, you can check out the /app/routes.js file for the route directory.
The API is built in a plug-and-play fashion, where all you need to get it started is create the .env file at the root folder with the following variables set.
RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=
You can find/generate these variables when you sign up to RazorPay here: https://dashboard.razorpay.com/
Invoices
Customers
Items
Payments
Refunds
Orders
Transfers
Virtual Accounts
Plans
Subscriptions
Addons
Webhooks
Partner Auth
Feel free to submit issues and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions.
In general, we follow the "fork-and-pull" Git workflow.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
26 commits
JavaScript
95.9%
Dockerfile
4.1%
This project is a NodeJS + Express Wrapper for the RazorPay API.
The routes are similar to the original API documentation that can be found here: https://docs.razorpay.com/
For those who are familiar with ExpressJS's routing mechanism, you can check out the /app/routes.js file for the route directory.
The API is built in a plug-and-play fashion, where all you need to get it started is create the .env file at the root folder with the following variables set.
RAZORPAY_KEY_ID=
RAZORPAY_KEY_SECRET=
You can find/generate these variables when you sign up to RazorPay here: https://dashboard.razorpay.com/
Invoices
Customers
Items
Payments
Refunds
Orders
Transfers
Virtual Accounts
Plans
Subscriptions
Addons
Webhooks
Partner Auth
Feel free to submit issues and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions.
In general, we follow the "fork-and-pull" Git workflow.
NOTE: Be sure to merge the latest from "upstream" before making a pull request!
26 commits
JavaScript
95.9%
Dockerfile
4.1%