Open ajithrameshcr opened 2 months ago
Are you cleared ?
Not exactly, we are getting an issue (please check the attachment) while doing UPI payment in both Test and Live Mode in some devices. Money is already captured every time even it is failed by the so and so error. We need to know when it is happen and Why.
~Regards Ajith Ramesh CR Mobile App developer
On Mon, 26 Aug 2024 at 10:47 AM, SuryaNarayanan S @.***> wrote:
Are you cleared ?
— Reply to this email directly, view it on GitHub https://github.com/razorpay/razorpay-flutter/issues/408#issuecomment-2309336388, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI5X4P2Y37AKEKRJ6UX2X33ZTK27JAVCNFSM6AAAAABNBOFLGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBZGMZTMMZYHA . You are receiving this because you authored the thread.Message ID: @.***>
how rectifie this prob?
Do we have any update on this issue? We are also facing similar issue in test mode?
Do we have any update on this issue? We are also facing similar issue in test mode?
First I Think Code is problem then , the real problem is on API key , S-Key og Api If U face this problem 1.go to razorpay dashborad then regenerate key again 2.take new key then enter in your code then problem will sortout if face any problem after above steps sent repo link check
Thank you, It turned out we were using different key in the release environment.
"currency": "INR", "name": "Astroo Guru", "description": "Connect with experienced astrologers close to you.", "image": "god.png", //"account_id": "acc_Ef7ArAsdU5t0XL", //"order_id": "order_DBJOWzybf0sJbb",
This is the Razorpay code which we have to pass dynamically. If you comment order_id your error will be solve but you have to pass this dynamicaaly otherwise your client will get his paid payment back after few days.
Error:
This error occasionally appears after making a UPI payment. Although the account has already received payment, there are no Success or Failure notifications displayed.