List statements
OAuth scope: organization.read
Retrieves the list of statements for the authenticated organization.
Authorizations
Bearer authorization header: Bearer <token>
, where <token>
is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Headers
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
Query Parameters
Statements can be filtered by their bank_account_id
.<br>ā ļø ibans
and bank_account_ids
are mutually exclusive and cannot be used together.
"bank_account_ids[]=3591c988-8a98-4592-9665-0d9a55a5bf34&bank_account_ids[]=b71ec2ad-bd18-4a02-be4c-ba7b5e8d621f"
Statements can be filtered by their iban
.<br>ā ļø ibans
and bank_account_ids
are mutually exclusive and cannot be used together.
"ibans[]=IT56O3609201600026403832768&ibans[]=IT31U3609201600955642496269"
Statements can be filtered by their period
. This filter can be used in combination with the period_to
query parameter to get statements for a specific timeframe. Please use a valid date format (ISO 8601 for instance).
"01-2023"
Statements can be filtered by their period
. This filter can be used in combination with the period_from
query parameter to get statements for a specific timeframe. Please use a valid date format (ISO 8601 for instance).
"12-2023"
Returned page (cf. Pagination).
2
Statements can be sorted by their period
in 2 possible directions: asc
(Ascending) / desc
(Descending).
"period:asc"
Response
The response is of type object
.