Skip to main content
A Balance Sheet object represents a balance sheet that has been generated for a Business. Balance Sheets are generated for a specific effective date and only contain information for categorized transactions that have been journaled to the general ledger.

Attributes

business_id
string
ID of the Business the balance sheet was generated for.
type
string
Resource type. Value will be “Balance_Sheet”
effective_date
ISO8601 timestamp
Effective date for the balance sheet.
assets
Line Item object
A Line Item object representing the assets on the balance sheet.
liabilities_and_equity
Line Item object
A Line Item object representing the liabilities and equity on the balance sheet.
fully_categorized
boolean
A boolean representing whether all imported transactions within the effective date have been categorized. If FALSE, there are uncategorized transactions.