Frequently Asked Questions

Where is the API Documentation?
For all references for the API, you can refer to our documentation: https://docs.flinks.com/docs
Fri, 13 Aug, 2021 at 2:16 PM
What Flinks do to ensure security?
Please visit our page about security in our home page.
Fri, 13 Aug, 2021 at 2:16 PM
Can you insure clients credit card are going through Flinks safely?
  The storage of card data is sensitive. Flinks is compliant to standards by being PCI-certified. We store credit card information only after we masked th...
Fri, 13 Aug, 2021 at 2:17 PM
Does Flinks support MFA?
  Our API supports regular and special MFA processes for all supported institutions. You can refer to our documentation to know which instituti...
Fri, 13 Aug, 2021 at 2:18 PM
Flinks Connect in v2
In version 2, Flinks Connect has a new design and additional features. In case you are an existing customer and is still using the iframe's previous ve...
Fri, 13 Aug, 2021 at 2:32 PM
Where can I find my LoginId?
The iframe returns the LoginId in every successful connection as an Event called "REDIRECT". So only after successfully getting access to the bank...
Fri, 13 Aug, 2021 at 2:41 PM
Can I reuse a RequestId?
No, a RequestId is valid for 30 minutes and can’t be reused. If you need to call the API to get data, you must go through Authorize first to get a new Reque...
Fri, 13 Aug, 2021 at 2:49 PM
What is the use of the LoginId?
LoginId is the unique identifier for an account and all data related to that account is stored in our database. The types of information that the LoginId ...
Fri, 13 Aug, 2021 at 2:52 PM
What happen to the LoginId if the user changes his password?
When he will authorize with the LoginId, you will receive the same errors as the ones you will use live (so with an INVALID_USERNAME code). You will have to...
Fri, 13 Aug, 2021 at 2:54 PM
When should I make a call with the Cached mode?
You need to make a cached call to the API for when you want to retrieve the saved data from a previously connected account. The most common need is for inte...
Fri, 13 Aug, 2021 at 2:55 PM