Skip to content

AsyncLegs/wayforpay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

var WayForPay = require('wayforpay');
var wayforpay = new WayForPay(merchant_account, merchant_password);

var params = {
'merchantDomainName': 'app.wepster.com',
'merchantTransactionSecureType': 'AUTO',
'serviceUrl': 'http://yourdomain.com/wfp/return',
'orderReference': 'orderid001',
'orderDate': '14898322',
'amount': '1.00',
'currency': 'USD',
'productName': 'product name',
'productPrice': '2.00',
'productCount': "2",
'language': "ru",
};

var generatePurchaseUrl = wayforpay.generatePurchaseUrl(params);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%