Types of data that you can receive from Flinks
Flinks can return a wide variety of data from the accounts we are connected to, including the following:Personal information
- Name
- Address
- Civic Address
- City
- Province or State
- ZIP or Postal Code
- PO Box
- Country
- Telephone Number
Account information
- Title
- Balance
- Transit or Routing Number
- Institution Number
- Account Number
- Category and Type
Transaction history
- Transaction Date
- Transaction Description
- Credit or Debit Amount
- Current Balance
How it works
Attributes can be put together to gain a better understanding of your clients’ behaviour. We currently provide use-case-specific packages ofAttributes, as well as custom packages.
Important note on Use-Case endpoints
Each of the use cases are detailed via their own Use-Case endpoint below. If you have a subscription to a specific use-case, these are the endpoints you should use. You will not be able to call the/GetAllAttributes or /Attributes endpoints.
Important note on other endpoints
If you have a full subscription to our full library, you are able to choose between use-case endpoints, the/GetAllAttributes endpoint, and/or our customizable Attributes endpoint for your specific requirements.
Important flow for integration
You will have to set up an additional 3 API calls to pull back Attributes—You should follow the below API call flow to ensure no errors:- Make a call to
/Authorizewith the parameterMostRecentCached:trueto exchange yourloginIdfor a newrequestIdand open a session. - Make a call to
/GetAccountsDetailwith the parameterrequestIdto pull back transactional data ready for analysis. - Set up your job to call the specific
/Attributesendpoint, required only when the previous/GetAccountsDetailcall has been successfully completed.
Operations accounts only
Operations is the only supported value.