Saturday, February 19, 2022

RazorPay providing callback url

When integrating with checkout.js, you can also pass a callback_url for redirection-based flow. If popup creation fails for some reason, we will redirect the browser to external page (bank/3D secure page) for customers to fill in OTP/PIN. At the end of the payment, we will return the control back to the callback_url previously created by you on which the payment results will be submitted.

If you reuse your web integration of Razorpay Checkout inside a webview on Android or iOS, the checkout form may not open. However, in certain scenarios, you want to reuse the web integration in a mobile app, you can do so by passing the callback_url along with other checkout options to process the desired payment.

https://razorpay.com/docs/payment-gateway/web-integration/webapp/

No comments:

Post a Comment