New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

expresscheckout

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expresscheckout

NodeJS API for expresscheckout

latest
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

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

Keywords

juspay

FAQs

Package last updated on 24 Jun 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts