razorpay / razorpay-php

Razorpay PHP Library
MIT License
183 stars 126 forks source link

Get a BAD_REQUEST_ERROR on live mode with laravel 9. #328

Closed dev-agam closed 2 years ago

dev-agam commented 2 years ago

Error : BAD_REQUEST_ERROR Your payment was not successful as this Seller is not allowed to accept payments. We suggest not going ahead with this transaction. Error Source : Internal Error Step : payment_initiation Error Reason : payment_risk_check_failed

I'm integrating the payment gateway with laravel 9 and getting the above error on live mode, but on test mode, it's working fine.

ankitdas13 commented 2 years ago

@dev-agam This is not an issue of sdk. if its working in test mode then it should also work in live mode. might be you dont have live activated account. let us know if you still facing this issue .