---
title: "Update a transaction"
method: PUT
path: "/api/v1/transactions/{id}"
tags: ["Data v1.Transaction", "ENTERPRISE"]
---

# Update a transaction

`PUT /api/v1/transactions/{id}`

Updates mutable properties of a list of transactions. The following properties are possible to update: amount, categoryId, date, description and notes. Other properties (immutable) and empty fields are ignored. Date is only updated if there is 1 day difference from existing transaction's date. The amount is only updated if there is a difference ≥ 0.001.

## Path parameters

- `id` string, required

## Request body

- Data20v1Transaction — unresolved $ref

## Response `200`

Successful operation.

## Other responses

- `400` — The payload does not pass validation.
- `404` — Transaction not found.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
