Add Dynamic Loading to Coinflow iframe<>
JavaScript
Response Example
1. Get Session Key
Using your merchant API key from Coinflow, as well as the user information (such as user-id, or user wallet and blockchain), create a session key.
2. Get Checkout URL
Using this session key fetched from step 1, call the Coinflow Get Checkout Link API endpoint to retrieve a checkout URL. This will be the URL embedded in your iframe component.
3. Embed this link in an iframe
Make sure to embed this checkout link into an iframe component so that it will render properly.
4. Add Loading Skeleton
To ensure that your iframe is being loaded seamlessly for your users, add this loading skeleton, which will appear while the URL is being rendered within your component.

