This feature is only available for clients based in Canada. Contact your Flinks Representative to enable it for your instance.
Enabling statement retrieval
To enable statement retrieval, add the following parameters to your Flinks Connect iframe URL:| Parameter | Type | Default | Description |
|---|---|---|---|
detailsAndStatementEnable | boolean | false | Enables PDF statement extraction alongside account data |
monthsOfStatements | string | Months3 | Number of months to retrieve: MostRecent, Months3, or Months12 |
Retrieving statements via API
After enabling statements in the iframe, retrieve them using the /GetStatements endpoint.Step 1: Authorize
Call/Authorize with the customer’s loginId to get a requestId:
Step 2: Request statements
Call/GetStatements with the requestId:
Step 3: Decode the response
The API returns statements as Base64-encoded strings. Decode each string to produce the original PDF file:Retrieving statements via Dashboard
If you have Dashboard access, you can download statements directly:- Open a request from the Request Feed.
- Navigate to the account details.
- Click Download Statement to save the PDF.
For BMO accounts, statements are provided in CSV format rather than PDF.