Integration Flows

Most common integration flows using Flinks.

Flinks Integration Guide
The purpose of the guide attached is to provide an overview on how to integrate our products. Starting from the no-dev solution and going all the way into ...
Wed, 3 Jan, 2024 at 9:53 AM
Retrieving Financial Data from Flinks Connect
The most common use case is using Flinks Connect to easily connect end-users to their banks and after extract the saved data using the API in cached mode, f...
Mon, 31 May, 2021 at 3:01 PM
Asynchronous GetAccountsDetail Flow
The processing time for retrieving bank information can vary depending on the bank and the amount of data an account has. When the API faces a long request,...
Tue, 1 Jun, 2021 at 3:45 PM
Using Tag and Webhooks with Flinks Connect
With the Tag feature, it's possible to mark a specific LoginId according with specific needs for different use cases. Here's an example of a flow u...
Tue, 30 Jan, 2024 at 2:14 PM
Nightly Refresh Routine Flow
  For clients who are connecting for the first time, implement this example flow. For all registered LoginIds, keep track on your en...
Thu, 22 Jul, 2021 at 2:09 PM
Async Flow in Cached Mode
Even in cached mode it's still possible to receive a API response with the code 202 OPERATION_PENDING.   That is the case when there is still a ...
Tue, 23 Aug, 2022 at 12:51 PM
Special case for 202 code
In this article we demonstrated an example of the async flow where a processing time for an account takes more than 210 seconds.  Whenever the...
Thu, 22 Jul, 2021 at 2:21 PM
Request Flow for Cached Mode
The best way you can get Authorize through a financial institution with Flinks is with the LoginId. You can find more details about that here. Iif you don&...
Thu, 22 Jul, 2021 at 2:23 PM
The API GetAccountsDetail Flow
This example shows one of the most common flows, which is the flow that retrieves all the details for a specific bank account. As any other endpoint that ca...
Thu, 22 Jul, 2021 at 4:04 PM
GetStatements flow
Disclaimer: GetStatements will only return the PDF statements if this feature had been enabled in Flinks Connect when the user went through its flow. More i...
Thu, 22 Jul, 2021 at 4:15 PM