Reputation: 527
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.
Upvotes: 0
Views: 866
Reputation: 136
PaytmMerchant Merchant = new PaytmMerchant(
"https://pguat.paytm.com/paytmchecksum/paytmCheckSumGenerator.jsp",
"https://pguat.paytm.com/paytmchecksum/paytmCheckSumVerify.jsp");
Upvotes: 0