Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

continuous-software/node-virtualmerchant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge

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.

About

Node.js SDK for VirtualMerchant payment gateway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •