Create or update a bank account balance
Bank Account Balances
Create or update a bank account balance
Creates a balance for the specified bank account. If a balance already exists for the same date and balance type, it will be updated with the new amount (upsert behavior).
POST
Create or update a bank account balance
Documentation Index
Fetch the complete documentation index at: https://endclose.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
ID of the bank account
The date of the balance
The type of balance
Available options:
opening_ledger, closing_ledger, current_ledger, opening_available, opening_available_next_business_day, closing_available, current_available, previously_closed_book, other The balance amount in cents (e.g., 1234 = $12.34)
Response
Balance created or updated
ID of the bank account this balance belongs to
The date of the balance
The type of balance
Available options:
opening_ledger, closing_ledger, current_ledger, opening_available, opening_available_next_business_day, closing_available, current_available, previously_closed_book, other The balance amount in cents (e.g., 1234 = $12.34)
Unique numeric identifier