Skip to main content
GET
List statements

Authorizations

Authorization
string
header
required

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

X-Qonto-Staging-Token
string

Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.

Query Parameters

bank_account_ids[]
string[]

Statements can be filtered by their bank_account_id. ⚠️ ibans and bank_account_ids are mutually exclusive and cannot be used together.

Example:

"bank_account_ids[]=3591c988-8a98-4592-9665-0d9a55a5bf34&bank_account_ids[]=b71ec2ad-bd18-4a02-be4c-ba7b5e8d621f"

ibans[]
string[]

Statements can be filtered by their iban. ⚠️ ibans and bank_account_ids are mutually exclusive and cannot be used together.

Example:

"ibans[]=IT56O3609201600026403832768&ibans[]=IT31U3609201600955642496269"

period_from
string<date>

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).

Example:

"01-2023"

period_to
string<date>

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).

Example:

"12-2023"

page
integer
default:1

Returned page (cf. Pagination).

Example:

2

per_page
integer
default:100

Number of statements per page (cf. Pagination).

Required range: x <= 100
Example:

20

sort_by
string
default:period:desc

Statements can be sorted by their period in 2 possible directions: asc (Ascending) / desc (Descending).

Example:

"period:asc"

Response

Returns the list of statements.

statements
object[]
meta
object

Metadata for paginated responses