1.3.17 • Published 4 years ago
node-openedge v1.3.17
node-openedge
Openedgepays API wrapper for Node.js, fully promisified
Functionality
- Card Not Present (
transactionsAPI) Card tokenization Statuses accepted:ApprovedStatuses explicitly not accepted:Approved - CSC MismatchandApproved - AVS MismatchCard update (XML API only) Status code accepted:5Card deletion (XML API only) Status code accepted:5Sale with card token Statuses accepted:ApprovedVoid sale Statuses accepted:VoidedRefund amount * Statuses accepted:Approved - Card Present (
transactionsAPI) Generate an auth token for use with terminal Get REQUEST information to send to terminal for charge
Updating the framework
git tag x.x.xgit push --tagsnom publish
Initialization
var openedge = require('node-openedge');
var conf = {
displayName: '',
merchant: '',
apiKey: '',
apiSecret: '',
environment: 'sandbox',
region: 'US'
};
var Openedge = new openedge(conf);Usage
See tests https://github.com/Starchup/node-openedge/blob/master/test.js
Information
- Regions supported (with matching code)
US: 840CA: 124AU: 036NZ: 554 - API Version used:
2019-06-27 - XML API Version used:
XWeb3.11