---
title: "Update a bankfeedtransaction"
method: PATCH
path: "/accounting/{connection_id}/bankfeedtransaction/{id}"
tags: ["accounting", "bankfeedtransaction"]
---

# Update a bankfeedtransaction

`PATCH /accounting/{connection_id}/bankfeedtransaction/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Request body

- AccountingBankfeedtransaction
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `bankfeedaccount_id` string
  - `transaction_at` string, date-time
  - `posted_at` string, date-time
  - `amount` number
  - `type` 'DEBIT' | 'CREDIT'
  - `bank_category` string
  - `description` string
  - `merchant_name` string
  - `is_pending` boolean
  - `reference` string
  - `currency` string
  - `contact_id` string
  - `account_id` string
  - `category_ids` string[] — dimension refs -> AccountingCategory (class/department/location)
  - `raw` object

## Response `200`

Successful

- AccountingBankfeedtransaction
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `organization_id` string
  - `bankfeedaccount_id` string
  - `transaction_at` string, date-time
  - `posted_at` string, date-time
  - `amount` number
  - `type` 'DEBIT' | 'CREDIT'
  - `bank_category` string
  - `description` string
  - `merchant_name` string
  - `is_pending` boolean
  - `reference` string
  - `currency` string
  - `contact_id` string
  - `account_id` string
  - `category_ids` string[] — dimension refs -> AccountingCategory (class/department/location)
  - `raw` object

## Changes

- **2026-08-14** `734f619aa03e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/accounting/:connection_id/bankfeedtransaction/:id/patch.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/unified/unified-to-api/revisions/45664a7696ac/schema)
