v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBBanking > Transaction
Reads a single Transaction
Reads a single Transaction
get/api/2026-07-01/resources/banking/transactions/{id}
Path parameters
idstring required
An array of transaction IDs to filter by.
Response
OK
Example response
{
"id": "135",
"bank_account_id": "357",
"amount_cents": 1000,
"balance_after_cents": 2000,
"currency": "USD",
"type": "topup",
"description": "Topup from external account",
"booking_date": "2021-01-01T00:00:00.000Z",
"value_date": "2021-01-01T00:00:00.000Z",
"card_payment_id": "135",
"updated_at": "2021-01-01T00:00:00.000Z"
}