Skip to content

continuous-software/42-cent-moneris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Greenkeeper badge

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%20Value%20Simulator

About

Node.js SDK for Moneris payment gateway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published