Skip to content

Робоча бібліотека для опрацювання платежів WayForPay (Sponsored by Wepster.com)

License

Notifications You must be signed in to change notification settings

fducom/wayforpay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

var params = {
'merchantDomainName': '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);

Thanks me: https://send.monobank.ua/jar/5FSYADyifF

Support: Wepster.com - Сервіс автоматизації маркетингу, інтеграції месенджерів з crm і побудова чатботів на конструкторі

About

Робоча бібліотека для опрацювання платежів WayForPay (Sponsored by Wepster.com)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published