How it works
It prompts your end-users to perform the following actions to connect their financial accounts:- Provide consent to share their financial data.
- Select their financial institution.
- Enter their username and password to log in with their financial institution.
- Answer a multi-factor authentication (MFA) question if their financial institution requires them to.
- Select the account they want to share.
- If the login is successful, Flinks provides you with a
loginId. - Send the
loginIdto the server that’s hosting your website/app. - Your server passes the
loginIdto Flinks servers, and we exchange it for arequestId. - The
requestIdallows you to start securely receiving the customer’s data.
What your customers will see
When you use Flinks Connect, this is what your customers will see:
UX best practices
Follow these tips to maximize conversion and build trust with your customers:- Make it visible: Keep your Flinks Connect integration easy to find. Place the iframe prominently in your onboarding flow — the more visible it is, the higher your conversion rate.
- Show your brand: Use the
customerNameparameter to display your company name in the consent screen. This builds trust and helps customers understand who they’re sharing data with. - Enable consent: Set
consentEnable=trueto show a clear data-sharing consent screen before customers enter their credentials. This improves transparency and user confidence.