Open anujdeo opened 3 years ago
Did you find the solution?
Also which version of instamojo api you are using for backend?
Did you find the solution?
Also which version of instamojo api you are using for backend?
Refer this answer - https://github.com/Instamojo/instamojo-android-sdk/issues/78#issuecomment-889653235
I have created a backend server to create Payment Request and it generates payment request and gives 32 digit order id successfully. Even I receive payment email so that proves Payment Request is successful.
But, when I use that generated Order ID in my android app and initialize payment - It gives me error as bellow:
Payment screen is not being initialized it always goes to onInitiatePaymentFailure.
What can be the problem? Please help me in this