Skip to content

juspay/ec-node-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js Client for ExpressCheckout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •