Web Integration
It is possible to load the Ivy Web Integration in an iframe on your website. This way, the user does not have to leave your website to authenticate with their bank.
How it works
- Add the SDK to your website by adding the following script tag to your code.
<script src="https://cdn.getivy.de/data-session.js"></script>
- After creating the data session successfully, use the
redirectUrl
from the response to load the iframe using the following function:
startDataSession(redirectUrl)
Updated about 1 year ago