-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amount exceeds maximum amount allowed Error #490
Comments
@ashok1421 In order grid the order is present as Magento allows order creation for any amount. Post magento order creation, when Razorpay order is being created it is rejecting the order as amount is too large. To increase this amount threshold please reach out to the support team as that is merchant level configuration. |
@yashgit891 Please Manage This error as Display Error Message . |
@yashgit891 yes you are absolutely right but in the production environment when the customer see nothing after clicking on the place order button the customer cannot understand what is happening and this is very bad customer experience so you should manage this error on frontend and at list show message that this much amount is not applicable with Razorpay so try another payment method before placing this order. now the code is placing an order and the customer is not aware that the order is placed without payment on this page. so it should be managed here. Thank you. |
@ashok1421 @bhaveshseepossible marking this as an enhancement. |
Hello @yashgit891 ,
I am using the Razor pay module version 4.1.4
On Checkout page Payment Popup not appear in our website and i checked in network tab it showed error
{"message":"Amount exceeds maximum amount allowed.","parameters":[]}
I found the error in my razorpay.log file.
Order placed with pending status.
Please check the Attached File.
The text was updated successfully, but these errors were encountered: