42-cent-moneris

1.0.4 • Public • Published

Build Status

node-moneris

Installation

$ npm install -s 42-cent-moneris

Usage

var moneris = require('node-moneris');
var client = new MonerisMerchant({
    store_id: '<PLACEHOLDER>',
    api_token: '<PLACEHOLDER>',
    country: '<PLACEHOLDER>',
    testMode: '<PLACEHOLDER>'
});

Gateway API

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

Test Values

var moneris = require('node-moneris');
var client = new MonerisMerchant({
    store_id: 'store5',
    api_token: 'yesguy',
    country: 'CA',
    testMode: true
});

MasterCard 5454545454545454

Make sure testing transaction amounts are less than $11 For specific return messages, check the Penny Value Simulator -- https://developer.moneris.com/More/Testing/Penny Value Simulator

Package Sidebar

Install

npm i 42-cent-moneris

Weekly Downloads

9

Version

1.0.4

License

MIT

Last publish

Collaborators

  • maxinnos