Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 706 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 706 Bytes

Build Status

node-virtualmerchant

Installation

$ npm install -s virtualmerchant

Usage

var VirtualMerchant = require('virtualmerchant');
var client = new VirtualMerchant({
    MERCHANT_ID: '<PLACEHOLDER>',
    USER_ID: '<PLACEHOLDER>',
    SSL_PIN: '<PLACEHOLDER>'
});

Gateway API

This SDK is natively compatible with 42-cent.
It implements the BaseGateway API.