Accounts
Get account bookings
Returns an array containing all bookings for an account.
get/v1/accounts/{account_id}/bookings
Path parameters
account_idstring required
Query parameters
page[number]string
The number of results pages to return.
page[size]string
The size of each page in the response.
sort'booking_date' | 'valuta_date' | 'recorded_at' | 'id'
Sort the results by booking_date, valuta_date, recorded_at, or id.
filter[id]string
ID of the booking.
filter[recorded_at][min]string
Filter the results by the date and time when the booking was recorded starting from a certain date and time.
filter[recorded_at][max]string
Filter the results by the date and time when the booking was recorded up until a certain date and time.
filter[valuta_date]string
Filter the results by the valuta date.
filter[booking_type]string
Filter the results by booking type.
filter[description]string
Filter the results by booking description.
filter[receiver_iban_virtual]string
Filter the results to show bookings received on virtual IBANs.
filter[transaction_id]string
Filter the results by transaction ID.
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"
}
]