I want to get razorpay_order_id in case of payment failed when my callback_url is hit. I am passing razorpay_order_id as query string in callback_url, but I don't get it in server side. When I hit that callback_url through postman, I get the query string param.
this.options = {
key: this.env.razorPayKey,
image: this.env.imageBaseUrl + "xxx.png",
callback_url: this.env.RazorpayreturnUrl,
redirect: true
};
Aucun commentaire:
Enregistrer un commentaire