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.
Fields | Type | Description |
---|---|---|
id | string | A unique identifier in the accounting system. |
name | string | Name of the chart of account. |
parentAccount | accountType{} | Parent account object detail is mentioned below. |
type | string | Type of account: Assets Liabilities Income Expenses Equity |
accountNumber | string | Identifier of the COA in the accounting platform, unique to every business. |
active | boolean | Active account status: Ture Inactive account status: False |
accountSubType | accountType{} | The account sub type object detail is mentioned below. |
isBankAccount | boolean | Confirm if the COA is a bank account. |
baseCurrency | string | Base currency of COA. |
description | string | Description of the account. |
Updated over 1 year ago