Bank to customer statement (Camt.053)
The Bank to Customer Statement provides an overview of all transactions for a given time period in XML format, following the ISO 20022 camt.053 standard.
For detailed information about the message format and implementation, please refer to the account reporting with camt.053 page.
Access Methods
Direct API Access (Synchronous)
- Endpoint:
GET /api/v1/reports/iso20022/bank-to-customer-end-of-day/{TransactionDate}
- Response: Immediate download
- Format: XML file (camt.053.001.02)
- Limitation: Maximum 50,000 payments per report
Reports on Request (Asynchronous)
- Endpoint:
POST /api/v2/reports/requests/bank-to-customer-report
- Response: Asynchronous via reports-on-request flow
- Format: XML file (camt.053.001.02)
- Use Case: Recommended for large datasets (>50,000 payments)
Updated 18 days ago