Android PayTM付款网关的响应 [英] Android paytm payment gateway response

查看:62
本文介绍了Android PayTM付款网关的响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经实现了Paytm支付系统,并且在我的意图之外,还可以通过Web意图正常运行,从客户的acc中扣除了钱并将其添加到我的帐户中,但是在交易完成后,它被卡在了白页上说重定向到应用程序",我认为我应该编写代码以重定向回我的应用程序,但是我不知道该怎么做,因为我找不到onTransactionSucess()事件或类似的内容,但我也尝试过onTransactionResponse但仍然没有回应.我检查了所有的paytm文档,并尝试与paytm支持人员联系,但找不到方法.

I have implemented Paytm payment system and everything is working fine with a web intent on top of my intent, money is deducted from customer's acc and its getting added on my account but after the transaction gets complete it gets stuck on a white page saying 'Redirect to app' which i believe i should write the code to redirect back to my app but i don't know how to do that because i couldn't find a onTransactionSucess() event or anything similar to that i also tried onTransactionResponse but still no response. I checked all the paytm documentation and tried contacting paytm support but couldn't find a way.

推荐答案

希望您已添加"CALLBACK_URL",以验证校验和.如paytm文档中所述

Hope you have added 'CALLBACK_URL' which is requied to verify the checksum. As mentioned in paytm documentation

CALLBACK_URL-安全参数以避免篡改.产生使用Paytm提供的服务器端校验和实用程序.商家必须确保总是在服务器上生成的.生成的实用程序在此处可用.

希望这能起到神奇作用.

Hope this should do the magic.

这篇关于Android PayTM付款网关的响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆