v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBBank Transactions
Retrieves a bank transaction
Fetches one bank transaction with counterparty text, amounts, and reconciliation flags used by cash teams during month-end. Use before update-a-bank-transaction to preserve memos or matched invoice references embedded in the payload.
get/bank-transactions/{bank_transaction_id}
Path parameters
bank_transaction_idstring required
UUID of the bank transaction to be used in this operation.
Response
OK
Example response
{
"net_amount": {
"amount": "1.01",
"currency": "USD"
},
"fee": {
"amount": "1.01",
"currency": "USD"
},
"external_references": [
{
"type": "xyzSystemId",
"id": "234",
"url": "https://xyzsystempage.com/ids/234"
}
]
}