List transactions
Request
Method: GETPath: /v1/accounts/:accountResourceId/transactionsHeaders: Accept: application/xml / application/zip Authorization: Bearer VALID-BEARER-TOKEN
Parameters: - dateFrom: YYYY_MM_DD - dateTo: YYYY_MM_DD - bookingStatus: "booked"
Response
Content-Type: application/xml
If you specify Accept: application/xml
, the response will contain a single XML file containing all transactions for the specified date range.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.053.001.04">...</Document>
The delivered XML needs to be a ISO20022 CAMT.053 message.
Content-Type: application/zip ⚡
If you specify Accept: application/zip
, the response will consist of a ZIP archive containing multiple XML files. You might use this, if you are only able to deliver end of day statements and cannot combine the ISO20022 messages on the fly.