Android PayUMoney Integration Error "some Error Occured"
I am trying to integrate PayUMoney payment gateway in my android app, I am not sure what is happening with it. Even If I have generated hash from server and followed exactly the sa
Solution 1:
I think I am late to answer, but still, I faced similar issue, Key and Salt are not correct. you need to contact payUMoney support, they will provide you new Key,, Salt and MID. Also they will provide you php code to generate serverHash,
If you want to test your Key and salt, download this sample app(https://github.com/payu-intrepos/payumoney-new-sample-app) from payumoney and configure AppEnvironment class with your parameters, hope this helps!
Post a Comment for "Android PayUMoney Integration Error "some Error Occured""