nmi

Node.js SDK for NMI payment gateway.

Usage no npm install needed!

<script type="module">
  import nmi from 'https://cdn.skypack.dev/nmi';
</script>

README

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.