1.0.7 • Published 8 years ago

expresscheckout v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago