v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBBank Transactions
Creates a bank transaction
Inserts a single bank feed line such as a wire, ACH, or adjustment when automated imports miss a statement row. Specify the hosting bank account and value dates so cash reporting matches what treasury already booked externally.
post/bank-transactions
Request body
Example request
{
"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"
}
]
}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"
}
]
}