Node JS SDK
The Ippopay Payments plugin allows you to accept credit card, UPI, Netbanking and debit card payments via Ippopay payment gateway.
Ippopay Node SDK
Installation
npm i node-ippopayDocumentation
Basic Usage
const Ippopay = require("node-ippopay");
var ippopay_instance = new Ippopay({
public_key: 'YOUR_PUBLIC_KEY',
secret_key: 'YOUR_SECRET_KEY',
});Create an Order
Get Transaction Details of Order
Author
License
Last updated