Generates a detailed Account Statement Report for a specified date range.
The report includes account transactions, balances, and related financial activity within the requested period. This endpoint can be used for auditing, reconciliation, or personal record-keeping purposes.
Once the report is generated, the response will include a temporary download link and its expiry timestamp.
The link remains valid only until the expiry time — after which a new report request must be submitted to obtain a fresh link.
Usage notes:
from and to fields define the reporting period; the to date must not precede the from date.The Create report request body.
Details of the specific report including a download link
Report creation in progress
Bad request
Error
Error
Too Many Requests
Internal server error
Maintenance or Service unavailable
{- "from": "2025-01-01",
- "to": "2025-12-31"
}{- "data": {
- "id": "7e45651c-fba7-459f-a55b-9bccef67e570",
- "type": "account-statement",
- "display_name": "2025 Report",
- "created_at": "2025-08-01T00:00:00+00:00",
- "download_link_expiry_date": "2022-08-01T00:00:00+00:00",
- "trigger": "schedule"
}
}