Accounts Object ​
id
string
REQUIRED ·Â
The unique identifier for the account
name
string
REQUIRED ·Â
The name of the account
description
string
The description of the account
classification
string
The classification of the account. If no clear mapping exists, then raw value is returned.
All possible enum values:
asset
equity
expense
liability
revenue
type
string
The more specific classification of the account
All possible enum values:
fixed_asset
long_term_liability
equity
expense
bank
current
current_liability
other_income
direct_costs
other_expenses
income
other_asset
accounts_receivable
accounts_payable
credit_card
sales
pre_payment
liability
inventory
depreciation
wages_expense
super_annuation_liability
super_annuation_expense
payg_liability
status
string
The status of the account. If no clear mapping exists, then raw value is returned.
All possible enum values:
active
archived
pending
current_balance
number
The current balance of the account
currency
string
The currency of the account
account_number
string
Represents the bank account number if the account is of type bank account.
parent_account
string
The ID of the parent account of the account
company
string
The ID of the company the account belongs to
created_at
string · date-time
This represents the date when the accounts was created
updated_at
string · date-time
This represents the date when the accounts was updated
remote_data
object
Raw data returned from the remote API call.