unified-pay
v1.0.0
Published
A universal payment gateway SDK for Node.js
Downloads
2
Maintainers
Readme
UniPay SDK
UniPay SDK is a universal payment gateway SDK that simplifies the process of integrating multiple payment gateways, such as Stripe and Razorpay, into your Node.js application. With UniPay SDK, you can initialize the SDK once with all your payment gateway keys, and then dynamically select the payment gateway you want to use during checkout.
Features
- Supports multiple payment gateways: Stripe and Razorpay.
- Unified interface for creating checkout sessions.
- Easily extendable to support additional payment gateways.
Installation
npm install unified-pay