简体   繁体   中英

Facing issue in paytm integration?

I am creating checksum url and verified checksum url for ios and android using node js.On the mobile side they have used sdk for paytm.I have used this link to create and verified checksum:

https://github.com/Paytm-Payments/Paytm_Web_Sample_Kit_NodeJs/blob/master/checksum/checksum.js

But after hitting checksum url from mobile side to my server our app google playstore page open.Not paytm wallet. Please help,if anyone has any idea about this.

Thanks.

  PaytmMerchant Merchant = new PaytmMerchant(
            "https://pguat.paytm.com/paytmchecksum/paytmCheckSumGenerator.jsp",
            "https://pguat.paytm.com/paytmchecksum/paytmCheckSumVerify.jsp");

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM