60% Off for 3 Months

Chart of Accounts

Get Accounts/Sub-Accounts

Available Filters

Filter Type

Name

Field

Description

between

start_date

date

created during or after the given date

between

end_date

date

created during or before the given date

Equals

currency_code

string

reports using the given currency as primary currency

Equals

sort

string

Sort the results by the field specified, Example account_number_asc

Equals

state

string

State of the account. Example active

Equals

use_ledger_entries

boolean

Required field. Must be set to true

Field Descriptions

Field

Type

Description

account_name

string

Name of the account

account_number

string

Account number

account_type

string

The type of account. Possible values: asset, liability, equity, income, expense

account_uuid

uuid

UUID of the account

balance

string

The balance of the account

currency_code

string

The currency of the account

system_account_name

string

Name of the system account

auto_created

boolean

Whether the account is a system account or not.

state

string

State of the account. Possible values: active, inactive

sub_accounts

object

Subfields: account_name, account_number, account_type, account_uuid, balance, currency_code, system_account_name, auto_created, state, parent_account_uuid

Get Individual Account Information

Field Descriptions

Field

Type

Description

uuid

uuid

UUID of the account

name

string

Name of the account

number

string

Account number

type

string

The type of account. Possible values: assetliabilityequityincomeexpense

system_account_name

string

Name of the system account

auto_created

boolean

Whether the account is a system account or not.

state

string

State of the account. Possible values: activeinactive

sub_accounts

array

List of sub account UUIDs.

parent_account

uuid

Parent account UUID

description

string

Description of the account