Returns the bank statement balance and ledger balance for a bank account as of the given date. If asOf is omitted, today’s balance is returned. The bank balance is derived from the opening balance plus all bank transactions on or before asOf; the ledger balance is the sum of ledger transaction lines posted on or before asOf for the linked ledger account.
Documentation Index
Fetch the complete documentation index at: https://docs.light.inc/llms.txt
Use this file to discover all available pages before exploring further.
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Date the balance is computed for (ISO-8601, e.g. 2026-05-07). Defaults to today.
default response
ID of the bank account
Currency of the bank account (ISO 4217)
Bank statement balance in minor units (e.g. cents). Computed from the opening balance plus all bank transactions on or before asOf. Null if no opening balance has been set for this bank account.
Ledger balance in minor units (e.g. cents). Computed from all ledger transaction lines posted on or before asOf for the bank account's ledger account.
Date the balance is computed for