Android PayTM付款网关的响应

编程入门 行业动态 更新时间:2024-10-28 20:18:58
本文介绍了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付款网关的响应

本文发布于:2023-07-16 05:56:40,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1118582.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网关   Android   PayTM

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!