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

npmarrow-up-right

Official nodejs library for Ippopay APIarrow-up-right.

Check this link for detailed information to inteagrate Ippopay Node JS SDK: https://docs.ippopay.com/node-js-sdkarrow-up-right

Installation

npm i node-ippopay

Documentation

Documentation of Ippopay's API is available at https://docs.ippopay.com/node-js-sdkarrow-up-right

Basic Usage

Initiate the Ippopay instance with public_key & secret_key. You can get the keys from the merchant dashboard (https://app.ippopay.com/settings/apiarrow-up-right)

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

This component is written by IppoPayarrow-up-right.

License

IppoPay 2021 © All Rights Reserved. IppoPayarrow-up-right

Last updated