Home / Guides/ Transfer Funds
Ledgers are the building blocks of account balances in the Highnote Platform. Transaction Events generate Journal Entries that in turn affect the ledger balances. Thus, Ledgers represent the impact of Transaction Events, like a card swipe or ACH receipt on various account balances. This can be used to create periodic statements or account snapshots. You can also use the ledgers to understand the balance and available balance of an account or the status of any fund movement or anticipated fund movement.
For example, if you wanted to know the balance available to spend on an account you would look at the Available cash ledger balance. If you wanted to know how much of the reduction in available cash balance was from pending activity you wouldn’t have to do any calculations, you could just look at the Auth ledger balance.
Ledgers are created automatically with the creation of your Card Product based on the type. You won’t see all ledgers on a Financial Account, just the ones that impact that account’s balances, informing how the account can be used.
This guide will walk you through how to inspect your Ledger Balances and query activity across the Ledgers. At the end of this guide is an end-to-end example that will help you see how you can use ledgers to understand balances in an account.
Ledgers have a name
, description
, and a normalBalance
determined by the Ledger category. For example, a CASH
Ledger has a category of ASSETS
and has a normal balance of debit
. This normal balance is important in interpreting the balance of the Ledger in a meaningful way as ledger balances are represented as either debit or credit balances. A full list of Ledgers is available in the API Reference.
Balances are shown as debit or credit balances. If the balance of the Ledger and the normal balance agree, then the balance can be interpreted as positive. If the balance and the normal balance disagree then the balance may be negative.
Using the CASH
example again. If the balance of a CASH
Ledger is a debit balance (remember the normal balance for cash is debit) then the balance is positive - money in your account. If the balance of a CASH
Ledger is a credit balance; then, the balance and the normal balance disagree and the credit balance represents a deficit or negative balance in the cash account.
Because the ledger system is based on generally accepted accounting principles cash and activity are represented independently. Meaning, that the balance of an account is the balance for a point in time. There are no pending or available balances, this type of account-level information can be calculated across ledgers if desired.
You can list all the Ledgers for a particular Organization
or financialAccount
. These Ledgers are generated on entity creation for you and give you the information you need to track cash and activity throughout the Highnote Platform.
Balances are the result of credits
and debits
against a particular account. The balance of the account is the excess of either debits
or credits
on the account. The account balance is represented by a single positive number, the direction of the balance, either debit
or credit
(depending on the side of the account that has the excess balance), and the account's normal balance. Querying the Ledger returns these fields. The meaning of the balance can be derived depending on the perspective and the situation.
For example, a cash account balance of $1,000 with a direction of debit
and a normal balance of debit
represents a balance above zero in the cash ledger. A cash ledger balance of $1,000 with a direction of credit
and a normal balance of debit represents a deficit or funds less than zero. In this case, meaning the account has gone negative.
Activity in a Ledger is a ledger entry. Two or more Ledger Entries that offset each other make up a Journal Entry. Every Journal Entry resulting from an event has two or more Ledger Entries in the form of debits
(the left side) and credits
(the right side). Alone, a Ledger Entry represents the impact of an event on a single Ledger. A Journal Entry is made up of two or more Ledger Entries that offset each other and represent the activity on the Ledger Journal or multiple accounts. The magic of the Ledger is that in any Journal Entry, the Ledger Entries MUST offset each other i.e., debits and credits must be equal.