Guides
Home

Accounts

It is the category where the business records their accounting transactions.

1.1 Using the endpoint of accounts, you can pull the list of accounts.

1.2 FinTechAutomation has classified the chart of accounts (COA) under two categories:

  • Parent Account: The major and high-level accounts, eg: Assets, liabilities, etc.
  • Sub Account: The lower level of classification of accounts concerning the parent accounts.

Data Model

1.1 Make a selection of your business account using isBankAccount to see bank accounts only.

FieldsTypeDescription
idstringA unique identifier in the accounting system.
namestringName of the chart of account.
parentAccountaccountType{}Parent account object detail is mentioned below.
typestringType of account:
Assets
Liabilities
Income
Expenses
Equity
accountNumberstringIdentifier of the COA in the accounting platform, unique to every business.
activebooleanActive account status: Ture
Inactive account status: False
accountSubTypeaccountType{}The account sub type object detail is mentioned below.
isBankAccountbooleanConfirm if the COA is a bank account.
baseCurrencystringBase currency of COA.
descriptionstringDescription of the account.