Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business
Body
application/json
Parameters for creating a new ledger account. The stable_name field is used for idempotency.
Display name of the ledger account
Example:
"Consulting Revenue"
Available options:
CREDIT
, DEBIT
ID of the account
- Account ID
- Account Stable Name
Available options:
ASSET
, LIABILITY
, EQUITY
, REVENUE
, COGS
, EXPENSE
Available options:
BANK_ACCOUNTS
, ACCOUNTS_RECEIVABLE
, INVENTORY
, PAYMENT_PROCESSOR_CLEARING_ACCOUNT
, FIXED_ASSET
, ACCUMULATED_DEPRECIATION
, CASH
, UNDEPOSITED_FUNDS
, CURRENT_ASSET
, NON_CURRENT_ASSET
, PREPAID_EXPENSES
, DEVELOPMENT_COSTS
, LOANS_RECEIVABLE
, INTANGIBLE_ASSET
, ACCOUNTS_PAYABLE
, CREDIT_CARD
, TAXES_PAYABLE
, INCOME_TAXES_PAYABLE
, SALES_TAXES_PAYABLE
, OTHER_TAXES_PAYABLE
, PAYROLL_TAXES_PAYABLE
, UNEARNED_REVENUE
, PAYROLL_LIABILITY
, PAYROLL_CLEARING
, LINE_OF_CREDIT
, TIPS
, REFUND_LIABILITIES
, UNDEPOSITED_OUTFLOWS
, OUTGOING_PAYMENT_CLEARING_ACCOUNT
, OTHER_CURRENT_LIABILITY
, LOANS_PAYABLE
, NOTES_PAYABLE
, SHAREHOLDER_LOAN
, NON_CURRENT_LIABILITY
, CONTRIBUTIONS
, DISTRIBUTIONS
, COMMON_STOCK
, PREFERRED_STOCK
, ADDITIONAL_PAID_IN_CAPITAL
, RETAINED_EARNINGS
, ACCUMULATED_ADJUSTMENTS
, OPENING_BALANCE_EQUITY
, OTHER_EQUITY
, SALES
, UNCATEGORIZED_REVENUE
, RETURNS_ALLOWANCES
, DIVIDEND_INCOME
, INTEREST_INCOME
, OTHER_INCOME
, COGS
, OPERATING_EXPENSES
, PAYROLL
, TAXES_LICENSES
, UNCATEGORIZED_EXPENSE
, CHARITABLE_CONTRIBUTIONS
, LOAN_EXPENSES
, FINANCE_COSTS
, INTEREST_EXPENSES
, DEPRECIATION
, AMORTIZATION
, BAD_DEBT
, OTHER_EXPENSES
Optional account number for the ledger account
Example:
"4000"
Response
The created ledger account
A single ledger account without nested children
ID of the account
- Account ID
- Account Stable Name
Name of the account
Example:
"Current Assets"
Account number if configured
Example:
"4000"
Available options:
CREDIT
, DEBIT