42-cent-nmi

42-cent adaptor for nmi payment gateway


Keywords
nmi, payment, gateway, 42-cent, javascript, nodejs, payment-gateway
License
MIT
Install
npm install 42-cent-nmi@0.1.0

Documentation

Build Status

node-nmi

Installation

$ npm install -s nmi

Usage

var NMI = require('nmi');
var client = new NMI({
    USERNAME: '<PLACEHOLDER>',
    PASSWORD: '<PLACEHOLDER>'
});

Gateway API

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