1.0.7 • Published 10 years ago

expresscheckout v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

ExpressCheckout Node.js Client

Easy way to integrate with ExpressCheckout from your node.js application.

Installation

Install from npm:

npm install expresscheckout

Usage

Import the library

require('expresscheckout');

Example Usage

config.api_key = 'YOUR API-KEY HERE';

orders.create({order_id: 123, amount: 700}, function (response) {
  console.log(response);
});

The complete API Documentation can be viewed at: https//apidocs.juspay.in

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago