Redirect URL not working even after the setup of callback functions
URL is whitelisted but the redirect doesn't work
Description
To enable faultless URL redirection, make sure you have whitelisted the source and the destination URLs.
For example, if your source redirect URL is and the destination redirect URL is make sure you whitelist both. To do this, Go to Settings > Configure Chargebee > Checkout & Self serve portal > Advanced settings> Add domains
When you try to close the entire checkout box after a successful transaction, make sure you pass a redirect URL in the close ( ) callback using window.location.href = ' URL '. Refer to set checkout callbacks to know more about this.