Ledger & statements

Read an account's running balance, list its debit and credit activity, and generate periodic statements.

Every account carries a ledger — the authoritative record of each debit and credit that moves against it, with a running balance after each entry. Use it to reconcile activity, build transaction histories, and show customers what happened on their account.

This is the read side of Treasury. It doesn't move money — Move money does that. Here you read what has already posted.


What's here


Ledger vs. statement

LedgerStatement
What it isEvery entry that posts to the account, liveA periodic summary for one billing period
GranularityPer transaction, with running balancePer period (e.g., a month)
Best forReconciliation, activity feeds, real-time balanceCustomer-facing documents, record-keeping
How you read itList with filters and paginationRequest by period

See also


Did this page help you?
.readme-logo { display: none !important; }