"Paytm" phonegap 中是否可以集成支付网关?
Is "Paytm" payment gateway integration is possible in phonegap?
请帮助我在 phonegap 中集成 "Paytm" 支付网关。我现在正在为支付交易和 Paytm 钱包创建 Phonegap 应用程序。所以,我需要与 Paytm 钱包集成,请帮助我完成该集成的任何人...
其实我用过这个插件
paytm plugin 并使用此 CLI 安装
cordova plugin add https://github.com/samyam-a/PayTM-PhoneGap-Plugin.git --variable GENERATE_URL= Checksum Generation URL --variable VERIFY_URL= Checksum Validation Url --variable MERCHANT_ID= MerchantID --variable INDUSTRY_TYPE_ID= IndustryType --variable WEBSITE= WAPWebsiteName
并通过在您的 js 文件中这样调用来使用此插件
window.plugins.paytm.startPayment(txn_id, customer_id, email, phone, amount, successCallback, failureCallback);
对我很有帮助..
请帮助我在 phonegap 中集成 "Paytm" 支付网关。我现在正在为支付交易和 Paytm 钱包创建 Phonegap 应用程序。所以,我需要与 Paytm 钱包集成,请帮助我完成该集成的任何人...
其实我用过这个插件 paytm plugin 并使用此 CLI 安装
cordova plugin add https://github.com/samyam-a/PayTM-PhoneGap-Plugin.git --variable GENERATE_URL= Checksum Generation URL --variable VERIFY_URL= Checksum Validation Url --variable MERCHANT_ID= MerchantID --variable INDUSTRY_TYPE_ID= IndustryType --variable WEBSITE= WAPWebsiteName
并通过在您的 js 文件中这样调用来使用此插件
window.plugins.paytm.startPayment(txn_id, customer_id, email, phone, amount, successCallback, failureCallback);
对我很有帮助..