Skip to content Skip to sidebar Skip to footer

Why Make User Login In Android Sdk Of Payumoney Gateway?

I am trying to integrate PayUMoney SDK for android and successfully added the SDK in my application. When the user clicks on the pay button a login page opens up. Why should the u

Solution 1:

For anyone who is looking for an answer in future. PayUMoney has changed their SDK for android. The sample application given by them during your SDK download from GitHub works totally fine and there is no way you can bypass the login screen they provide. You will not need to change anything in the sample app they provide. Just run the code:

  1. Click on the pay button.
  2. Enter any email id.
  3. Select Guest Login below.
  4. Click the login button. enter image description here

This should show you the payment option page and then after that use your testing credentials and everything should work like a charm.

I hope this helps.

Post a Comment for "Why Make User Login In Android Sdk Of Payumoney Gateway?"