---
title: "Bankfeedaccount data model"
url: "https://docs.unified.to/accounting/bankfeedaccount/model"
description: "API reference for Bankfeedaccount data model. Launch multiple pre-built Bankfeedaccount integrations today with zero maintenance — all through a single API."
---
# Bankfeedaccount data model

 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 

**created\_at**date 

creation timestamp, in ISO 8601 format and UTC (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

last-update timestamp, in ISO 8601 format and UTC (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**organization\_id**string 

ref -> accounting Organization this record belongs to

**name**string 

account nickname / source name

**bank\_name**string 

bank / institution name

**account\_number**string 

full account number where available

**account\_number\_last4**string 

last-4 when the full number isn't returned

**routing\_number**string 

bank routing number

**account\_type** enum

Valid values:

 "CHECKING" 

 "SAVINGS" 

 "CREDIT\_CARD" 

 "LOAN" 

 "OTHER" 

CHECKING, SAVINGS, CREDIT\_CARD, LOAN, OTHER

**account\_id**string 

ref -> AccountingAccount: the target GL account the feed posts into (reference to AccountingAccount)

**currency**string 

ISO 4217 currency of the account

**balance**number 

current balance of the source account

**feed\_start\_at**date 

date the feed begins delivering transactions (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**status** enum

Valid values:

 "ACTIVE" 

 "INACTIVE" 

feed state: ACTIVE, INACTIVE

**raw**any 

The original data from the integration's API
