42-cent-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
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
更多
你可能也喜欢
- 256art-images 中文文档教程
- @42.nl/ui-core-infobadge 中文文档教程
- @6river/configr 中文文档教程
- @_mehrad/mmr-daterangepicker 中文文档教程
- @a-mehrabi/aranode-types 中文文档教程
- @aaa-backend-stack/graphql-rest-bindings 中文文档教程
- @aapokiiso/hsl-congestion-db-schema 中文文档教程
- @ab-devwork/design-system 中文文档教程
- @aboveyou00/util-inspect 中文文档教程
- @absolunet/git-remote-semver 中文文档教程