Statements
16 endpoints generate statements in different formats. Asynchronous endpoints return a reportId, then you poll the status and download the file. Synchronous endpoints return the content immediately.
Closed loop with payments. Payments completed in the sandbox with status
ACSC appear in the payer's account statement.1
Request a statement
Choose a format, specify the account and date range. Asynchronous formats return a reportId for subsequent polling. Synchronous (MT940) — content immediately.
Report builder
Statement format
POST /v2/reports/1c
{
"accountKeys": [
"40186740186740186740"
],
"from": "2023-09-06",
"to": "2023-10-06"
}2
Poll the status and download the file
After receiving a reportId, poll GET /v1/reports/{reportId}/status until the status is COMPLETED. Then download the file via GET /v1/reports/{reportId}/file.
Report builder
Generate a statement in step 1 first.
Statement endpoints
Endpoint groups and asynchronous generation scenarios.