To retrieve full account details, including transactions, the holder’s name, address, email and phone number, use the /GetAccountsDetail endpoint.
RequestId.
/GetAccountsDetail endpoint returns the following information about each of the accounts that are linked to the session:
| PERSONAL INFORMATION | ACCOUNT INFORMATION | TRANSACTION HISTORY |
|---|---|---|
| Name | Title | Transaction date |
| Address | Transit or Routing Number | Transaction description |
| Civic address | Institution number | Credit or debit amount |
| City | Account number | Current balance |
| Province | Balance | |
| Postal code | Category | |
| PO Box | Category type | |
| Country | Currency | |
| Account type | ||
| Phone number |
/GetAccountsDetail typically returns a 202 on the initial call. This means the data is still processing.
When you receive a 202, poll /GetAccountsDetailAsync with the same RequestId every 10 seconds until you receive a 200. Set a maximum timeout of 30 minutes.
/GetAccountsDetailAsync is a GET endpoint that acts as the polling companion to /GetAccountsDetail. The 200 response from /GetAccountsDetailAsync contains the same payload as a 200 from /GetAccountsDetail.
For the full data retrieval flow, including prerequisites, see Retrieve Account Data.
Security feature that grants access to this endpoint.
Unique GUID provided by Flinks.
Unique identifier provided after a successful request to the /Authorize endpoint.
Specifies if you want to include the transit number, institution number and account number.
Specifies if you want to include customer information in the account details.
Specifies if you want to include transactions in the account details.
Accounts that you are linking to this session.
Number of days that you want to see transaction data for.
Days90, Days365 Specifies if you want to enable PDF statements.
Number of PDF banking statements that are returned.