Developer Programs

Learn

Docs

Accounts

General Ledger > API Reference > v1 > Accounts

Overview

Accounts represent General Ledger (GL) accounts for a given institution.

These endpoints support creating, updating, deleting, and retrieving account data, along with querying balances and balance summaries across different time ranges.


Account lifecycle

  • Accounts are created with an account number, title, type, and optional attributes.
  • Updates replace existing values using a last-saved-wins model.
  • Deleting an account prevents further updates and returns an error if modification is attempted.

Balance endpoints

The Accounts API provides read-only access to balance data derived from posted transactions.

Available balance views include:

  • Daily balances
  • Month-to-date (MTD) balances
  • Quarter-to-date (QTD) balances
  • Year-to-date (YTD) balances
  • Monthly, quarterly, and yearly averages
  • Month-ending and quarter-ending balances

Each balance endpoint supports querying historical periods.


Calculation rules

Balance calculations depend on account type, fiscal configuration, and the requested time range.

You can learn more about accounts and balances in our Accounts Guide.



Did this page help you?

Last updated Thu Feb 26 2026