Bank statements
Index bookings for a bank statement
Returns an array containing all bookings that are contained within the account statement specified in the request URL.
get/v1/accounts/{account_id}/bank_statements/{statement_id}/bookings
Path parameters
account_idstring required
statement_idstring required
Query parameters
page[number]string
Returns a specific page of results.
page[size];string
Determines the size of each page of results.
Response
The operation was successful.
Example response
{
"id": "fe6561bdb526ed8866e9dac00bd1848ecboo",
"creation_date": "2022-01-18",
"valuta_date": "2022-01-18",
"booking_date": "2022-01-18",
"booking_type": "SEPA_CREDIT_TRANSFER",
"amount": {
"value": 5000,
"unit": "cents",
"currency": "EUR"
},
"description": "BERLINER VOLKSBANK EG, TXL ABFLUG",
"purpose_code": "null",
"recipient_bic": "SOBKDEBBXXX",
"recipient_iban": "DE97110101002242911754",
"recipient_name": "SURIA LUIS VENTURA VIERA PEREIRA RIBEIRO",
"sender_bic": "SOBKDEBBXXX",
"sender_iban": "DE95110101000018501020",
"sender_name": "HANS MUSTERMANN",
"end_to_end_id": "END2ENDREJ",
"creditor_identifier": "DE98ZZZ09999999999",
"mandate_reference": "00000000000001",
"transaction_id": "d651ee23300b4e7c8fe7b7e2b2e96trx",
"return_transaction_id": "758ea4a268974284ae7af17871f3fdc4",
"sepa_charges": {
"value": 5000,
"unit": "cents",
"currency": "EUR"
},
"meta_info": "{\"cards\":{\"card_id\":\"abe6963e8be94364b8c1aa34d1bb5bc3mcrd\",\"merchant\":{\"id\":\"123456789101112\",\"country_code\":\"GB\",\"category_code\":\"5411\",\"name\":\"Grocery\",\"town\":\"London\"},\"original_amount\":{\"currency\":\"GBP\",\"value\":50000,\"fx_rate\":10.0,\"fx_markup\":7.3165,\"issuer_fee\":0.0},\"pos_entry_mode\":\"MANUAL_PAN_ENTRY\",\"trace_id\":\"382621b66280020528d9433d135c2ae418fa53d0\",\"transaction_id\":\"c158f11c-d6b2-4f8f-9391-ac20c2167f89\",\"transaction_date\":\"2024-10-18\",\"transaction_time\":\"2024-10-18T15:22:02+00:00\",\"auth_code\":\"053630\",\"acquirer_id\":\"123456\",\"terminal_id\":\"12345678\",\"transaction_type\":\"PURCHASE\"}}",
"recorded_at": "2022-01-24T00:41:57.634Z",
"reconciliation_id": "87271dda6e454393036b4ec2b64b2221itrx",
"charge_details": "CRED"
}