You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to manage Third-Party API Redirection: Closing an Iframe and Displaying Content in the Main Page

Content: I am invoking a third-party API, specifying a redirect URL upon successful completion. Upon calling the API, I receive a different URL in the response. I open this response URL in an iframe using

<iframe id="signingAppFrame" width="100%" height="600" :src="[[ $variables.senderViewURL ]]">

</iframe>.

After completing the process within the iframe, it redirects to the specified URL within the iframe itself.

However, I aim to close the iframe and display the content on the main page. How can I achieve this ?

Version (include the version you are using, if applicable): 23.07.1

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!