Generate account statement for a specific currency
Generate a detailed account statement for a currency account between two dates. The statement includes opening balance, all transactions (debits and credits), and closing balance for the specified period. Useful for reconciliation and accounting purposes.
Documentation Index
Fetch the complete documentation index at: https://docs.zuba.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter Auth0 JWT token
Path Parameters
Currency code (ISO 4217)
"EUR"
Query Parameters
Statement period start date (format: YYYY-MM-DD)
"2025-01-01"
Statement period end date (format: YYYY-MM-DD)
"2025-01-31"
Response
Account statement generated successfully
Account ID
"123e4567-e89b-12d3-a456-426614174000"
Account name
"user:client-id"
Closing balance at end of period
"1500.50"
Currency
"EUR"
Statement generation timestamp
"2025-10-29T12:00:00Z"
Opening balance at start of period
"1000.00"
Statement period end date
"2025-01-31"
Statement period start date
"2025-01-01"
Total credits during period
"600.50"
Total debits during period
"100.00"
List of transactions in the period