v1
latestOpenAPI 3.1.02026-07-24111224223.3 KBBank accounts
Creates a bank account
Registers a treasury bank account with currency, institution identifiers, and linkage to the GL cash account used during transaction import. Accurate mapping here ensures invoice payments, bill payments, and bank feeds all post to the same cash subledger.
post/bank-accounts
Request body
Example request
{
"currency": "USD"
}Response
OK
Example response
{
"currency": "USD"
}