To enhance user experience, SEEK Pass provides a branded loading page to be displayed while waiting for API responses. This page should be rendered via an iframe on the partner's site:
The loading page does not contain any logic and does not redirect the user, allowing for the best flexibility for partners.
In order to render this page via an iframe, SEEK Pass needs to whitelist your rendering domain in our Content Security Policy (CSP).
<iframe src="https://developer.seekpass.co/loading" style="width: 100%; height: 100vh; border: none;"></iframe>