1.0.3 • Published 8 years ago

node-epay v1.0.3

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

Build Status

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

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago