---
title: "Create a bankfeedtransaction"
method: POST
path: "/accounting/{connection_id}/bankfeedtransaction"
tags: ["accounting", "bankfeedtransaction"]
---

# Create a bankfeedtransaction

`POST /accounting/{connection_id}/bankfeedtransaction`

## Path parameters

- `connection_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/post.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.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
