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
Tagged:
0