node-epay
v1.0.3
Published
Node wrapper for ePays SOAP API
Downloads
57
Readme
Node Epay
A simple wrapper for epay's soap API Make sure that you are calling from an ip address that is opened on the epay panel
Usage
var NodeEpay = require('node-epay');
NodeEpay.init(MERCHANT_NUMBER);
NodeEpay.call(FUNCTION, PARAMS).
then(function (res) {
//Do something
});
Functions
Get an overview of available functions here: epay api
License
MIT