7be21448a2b3

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Statements

Search Statements

Endpoint to find Statements available for download using filtering parameters.

get/business/v2/statements

Query parameters

yearinteger[] required

The year to search for Statements.

The year to search for Statements.

currency'EUR' | 'GBP' | 'USD' required

The ISO 4217 code of the currency of the Statement to search for.

Example:EUR

The ISO 4217 code of the currency of the Statement to search for.

Response

The result array contains Statements available for download.

totalinteger

It represents the total number of available items in the list.

Example response

{
  "total": 168,
  "results": [
    {
      "year": 2025,
      "currency": "EUR",
      "file_types": [
        "PDF"
      ]
    }
  ]
}