Add the Flinks Connect iframe to your page
- Play around with the Flinks Connect widget and determine how you want to set it up. This is what your end-users will interact with to link their bank accounts.
- Generate your code snippet. To do this with the Flinks Connect widget, select Generate.
- Embed the code snippet into your web page, application, or webview. This adds an iframe with Flinks Connect inside of it:
html
React Native integration
If you are integrating the Flinks Connect iframe with React Native, use a WebView component and configure it as follows:-
Install
react-native-webview: -
Embed Flinks Connect in your component:
-
Add
webview=trueto your iframe URL parameters. -
For OAuth-supported institutions, also add
oauthWindowRedirect=trueto handle redirects properly. -
Handle the
REDIRECTevent to capture theloginIdwhen the connection completes.