Flinks Connect is our most popular solution to connect end-user accounts. It supports oAuth technology and lives in an iframe that you build into your site. We handle all of the complicated bank processes on your behalf, including multi-factor authentication, edge cases, errors, and more. Any new financial institutions that we support are automatically added to your configuration. Your customers can be confident that the data they’re sharing is safe. Their login credentials are securely stored and are never shared with your servers.Documentation Index
Fetch the complete documentation index at: https://docs.flinks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.