PayuMoney Integration in Android : Some error occured! Try again

▼魔方 西西 提交于 2019-11-29 16:55:11

This happens because you might not have activated your account on PayUMoney. Try contacting the customer service and get your account activatied. The error will be resolved.

This happens when server generated hash not equal to payUmoney generated hash so payUmoney don't allow payments

also, shows blank screen after login

to fix it generate a hash like this formate

String hashSequence=KEY+"|"+txn+"|"+amount+"|"+productinfo+"|"+firstname+"|"+email+"|"+UDF1+"|"+UDF2+"|"+UDF3+"|"+UDF4+"|"+UDF5+"|"+SALT;

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!