fast-paymax
v1.0.0
Published
---
Downloads
1
Readme
Fast Paymax
Örnek Kullanımı
const paymax = require('fast-paymax');
const data = {
referer: 'localhost', // Referer Domain example.com
hash: 'xxxx', // Api Hash Anahtarı
userName: 'xxxx', // Apı User
password: 'xxxxxxxxxxx', // Api Key
shopCode: 'xxx', // Api Mağaza Kodu
productName: 'productName',
productData: 'productData',
productType: 'DIJITAL_URUN',
productsTotalPrice: 21,
orderPrice: 20.00,
currency: 'TRY',
orderId: '20',
locale: 'locale',
conversationId: 'DIJITAL_URUN',
buyerName: 'buyerName',
buyerSurName: 'buyerSurName',
buyerGsmNo: 'buyerGsmNo',
buyerMail: '[email protected]',
buyerIp: '124.432.423',
buyerAdress: 'buyerAdress',
BuyerCountry: 'BuyerCountry',
BuyerCity: 'BuyerCity',
buyerDistrict: 'buyerDistrict',
callbackOkUrl: 'http://localhost/callbackOkUrl',
callbackFailUrl: 'http://localhost/callbackFailUrl',
};
paymax.createPaymentLink(data, (err, res) => {
console.log(err, res);
});
- Sadece link oluşturmak içindir.
- ✨ Destek İçin
- 💕 Discord
- 🎖️ FasterHost Technology
- ✨ İletişim için Tıkla!
License
- Its protected by Creative Commons (CC BY-NC-SA 4.0)