Account statements
Statements are returned as binary payloads with helpers to inspect content type and text — suitable for archiving or reconciliation jobs.
getAccountStatement to request statements for date ranges, currency, and format.
Response shape
Supported formats
UseStatementFormat enum values such as:
XLS_A,XLS_B,XLS_CCSV_A,CSV_B,CSV_C,CSV_D,CSV_EABO_A,ABO_BPDF_A
Tips
- Prefer CSV variants for service-to-service parsing.
- Use
contentDispositionto infer suggested filename. - Store binary payload in secure storage if retaining statements.