The first step is to set up success and failure callback URLs for your product in our Platform. Set up the following information for your product. The details about the following can be found here

  • Transaction Success Callback URL
  • Transaction Failure Callback URL
  • Automatic redirect after successful transaction -> true

On transaction completion, the appropriate callback URL is called if an automatic redirect is enabled. If not enabled, the user will be prompted to return back to your web application.

The platform can be loaded via web redirect:

window.open('https://example.com', '_self');
window.location.href = "https://example.com";