Razorpay Payment Gateway integration in asp.net MVC.
I am not getting error code in my callback Url on payment failure.
On sucess I am getting razorpay_payment_id ,razorpay_order_id and razorpay_signature . But on failure the not receive the error array as expected. Please let me know if I am missing something and the documentation on callback URL is not much of help
I have set the parameter Redirect : true
[HttpPost]
public ActionResult VerifyPayment(string razorpay_payment_id, string razorpay_order_id, string razorpay_signature,string [] error)