---
title: "Bankfeedtransaction data model"
url: "https://docs.unified.to/accounting/bankfeedtransaction/model"
description: "API reference for Bankfeedtransaction data model. Launch multiple pre-built Bankfeedtransaction integrations today with zero maintenance — all through a single API."
---
# Bankfeedtransaction 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

**bankfeedaccount\_id**string 

ref -> BankfeedAccount this transaction belongs to

**transaction\_at**date 

when the transaction occurred (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**posted\_at**date 

when it posted / cleared (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**amount**number 

transaction amount (positive; direction from type)

**type** enum

Valid values:

 "DEBIT" 

 "CREDIT" 

direction: DEBIT, CREDIT

**bank\_category**string 

the bank's own category label

**description**string 

bank memo / statement text

**merchant\_name**string 

counterparty as reported by the bank

**is\_pending**boolean 

true if not yet cleared

**reference**string 

bank reference or check number

**currency**string 

ISO 4217

**contact\_id**string 

matched vendor/customer once reconciled (reference to AccountingContact)

**account\_id**string 

GL account once categorized (reference to AccountingAccount)

**category\_ids**string array 

dimension refs -> AccountingCategory (class/department/location)

**raw**any 

The original data from the integration's API
