converge API wrapper for Node.js, fully promisified
- Card Not Present (
transactionsAPI)- Card tokenization
- Card fetching
- Sale with card token
- Void sale
- Refund amount
git tag x.x.xgit push --tagsnom publish
var converge = require('node-converge');
var conf = {
username: '_your_username_',
pin: '_your_password_'
merchant: _your_merchant_,
environment: 'sandbox'
};
var Converge = new converge(conf);
See tests https://github.com/Starchup/node-converge/blob/master/test.js