---
title: "Account data model"
url: "https://docs.unified.to/accounting/account/model"
description: "API reference for Account data model. Launch multiple pre-built Account integrations today with zero maintenance — all through a single API."
generated_at: "2026-05-22T23:27:25.042Z"
---
# Account data model

Chart of accounts

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/accounting/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

Identifier used by the SaaS application to uniquely identify the Account

**created\_at**date 

Date and time when the Account was created, in ISO 8601 format and UTC (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

Date and time when the Account was last updated, in ISO 8601 format and UTC (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**name**string 

Account name

**description**string 

Account description

**type** enum

Valid values:

 "ACCOUNTS\_PAYABLE" 

 "ACCOUNTS\_RECEIVABLE" 

 "BANK" 

 "CREDIT\_CARD" 

 "FIXED\_ASSET" 

Account type, such as BANK. EQUITY, ASSET, ...

**status** enum

Valid values:

 "ACTIVE" 

 "ARCHIVED" 

Account status, such as ACTIVE or ARCHIVED

**balance**number 

Balance of the account.

**currency**string 

Account’s currency, in ISO 4217 format (e.g. U.S. dollars is USD)

**customer\_defined\_code**string 

Identifier for tracking and categorizing accounts for reporting or analysis purposes that is defined by the end-customer

**is\_payable**boolean 

True if the account is an “accounts payable” account

**section**string 

@deprecated; use taxonomy

**subsection**string 

@deprecated; use taxonomy

**group**string 

@deprecated; use taxonomy

**subgroup**string 

@deprecated; use taxonomy

**parent\_id**string 

The parent account ID for this account

**taxonomy** array 

**organization\_id**string 

**raw**any 

The original data from the integration's API
