---
title: "Bankaccount data model"
url: "https://docs.unified.to/hris/bankaccount/model"
description: "API reference for Bankaccount data model. Launch multiple pre-built Bankaccount integrations today with zero maintenance — all through a single API."
generated_at: "2026-06-23T17:05:51.723Z"
---
# Bankaccount data model

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

### 

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

Data Model

**id**string 

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**user\_id**string 

employee ID (required for listcreate) (reference to HrisEmployee)

**company\_id**string 

(reference to HrisCompany)

**account\_type** enum

Valid values:

 "CHECKING" 

 "SAVINGS" 

**bank\_name**string 

**routing\_number**string 

9-digit US routing number

**account\_number**string 

**account\_number\_last4**string 

when full number not returned

**name**string 

account nickname (e.g. "BoA Checking")

**is\_primary**boolean 

primary for direct deposit

**raw**any
