Skip to content

alirizwan/telr-payment-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published