Instamojo / instamojo-android-sdk

Android SDK for Instamojo Payments
17 stars 20 forks source link

Payment screen is not being initialized it always goes to onInitiatePaymentFailure. #96

Open anujdeo opened 3 years ago

anujdeo commented 3 years ago

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:

PaymentDetailsActivity: Error: {
"success": false,
"message": "Not found."
}

Payment screen is not being initialized it always goes to onInitiatePaymentFailure.

What can be the problem? Please help me in this

spidy04 commented 3 years ago

Did you find the solution?

Also which version of instamojo api you are using for backend?

manojbhoir28 commented 3 years ago

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