1.0.3 • Published 8 years ago

telr-payment v1.0.3

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

TelrPayments-nodejs

This nodejs module allows you to quickly and easily create orders and verify orders with telr using nodejs.

var telr = require("../lib/telr")("YOUR_AUTH_KEY", "YOUR_STORE_ID", {
    currency: "aed"
});

telr.order({
    orderId: 7383,
    amount: 4.5,
    returnUrl: "http://google.com",
    description: "Test description"
}, function(err, response){
    console.log(response);
});
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago