1.3.17 • Published 3 years ago

node-openedge v1.3.17

Weekly downloads
65
License
-
Repository
github
Last release
3 years ago

node-openedge

Openedgepays API wrapper for Node.js, fully promisified

Functionality

  • Card Not Present (transactions API) Card tokenization Statuses accepted: Approved Statuses explicitly not accepted: Approved - CSC Mismatch and Approved - AVS Mismatch Card update (XML API only) Status code accepted: 5 Card deletion (XML API only) Status code accepted: 5 Sale with card token Statuses accepted: Approved Void sale Statuses accepted: Voided Refund amount * Statuses accepted: Approved
  • Card Present (transactions API) Generate an auth token for use with terminal Get REQUEST information to send to terminal for charge

Updating the framework

  • git tag x.x.x
  • git push --tags
  • nom 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: 840 CA: 124 AU: 036 NZ: 554
  • API Version used: 2019-06-27
  • XML API Version used: XWeb3.11
1.3.17

3 years ago

1.3.16

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago