Frequently Asked Questions
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
Please visit our page about security in our home page.
Fri, 13 Aug, 2021 at 2:16 PM
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
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
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 v...
Fri, 13 Aug, 2021 at 2:32 PM
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
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
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
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
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