42-cent-moneris 中文文档教程

发布于 8年前 浏览 25 项目主页 更新于 3年前

构建状态

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

此 SDK 原生兼容 42-cent
它实现了 BaseGateway API。

Test Values

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

万事达 5454545454545454

确保测试交易金额小于 11 美元 对于特定的返回消息,请查看 Penny Value Simulator -- https://developer.moneris.com/More/Testing/Penny%20Value%20Simulator

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文