---
title: "Correct any transaction property."
method: PUT
path: "/v2/account-holder/{account_holder_id}/transactions/{transaction_id}"
tags: ["Account Holder"]
---

# Correct any transaction property.

`PUT /v2/account-holder/{account_holder_id}/transactions/{transaction_id}`

Provide a correction for any field of a previously enriched transaction.

## Path parameters

- `transaction_id` string, required
- `account_holder_id` string, required

## Request body

- EnrichedTransactionCorrection
  - `logo` string, nullable
  - `website` string, nullable
  - `location` string, nullable
  - `location_structured` unknown
  - `merchant` string, nullable
  - `labels` string[], nullable
  - `recurrence` unknown
  - `person` string, nullable
  - `transaction_type` unknown
  - `intermediaries` unknown[], nullable
    - unknown
  - `review_state` 'incomplete' | 'satisfied' | 'forced'

## Response `200`

Enriched transaction with the corrected fields

- EnrichedTransaction
  - `transaction_id` string, required
  - `logo` string, nullable
  - `website` string, nullable
  - `location` string, nullable
  - `location_structured` LocationStructuredPublic
    - `address` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `postcode` string, nullable
    - `country` string, nullable
    - `country_name` string, nullable
    - `latitude` number, nullable
    - `longitude` number, nullable
    - `google_maps_url` string, nullable
    - `apple_maps_url` string, nullable
    - `store_number` string, nullable
    - `house_number` string, nullable
  - `merchant` string, nullable
  - `merchant_id` string, nullable
  - `labels` string[], nullable
  - `recurrence` 'recurring' | 'subscription' | 'one off'
  - `recurrence_group` RecurrenceGroup
    - `id` string, required
    - `first_payment_date` string, date, nullable
    - `latest_payment_date` string, date, nullable
    - `total_amount` number, nullable
    - `average_amount` number, nullable
    - `periodicity_in_days` number, nullable
    - `periodicity` string, nullable
    - `confidence` string, nullable
    - `transaction_ids` string[], nullable — IDs of transactions that belong to this group. Due to multiplicity constraints, these are truncated to 100. To obtain the full list, please refer to the [recurring payments API](#/Account%20Holder/get_account_holder_recurring_payments_v2_account_holder__account_holder_id__recurring_payments_post)
  - `recurrence_group_id` string, nullable
  - `person` string, nullable
  - `transaction_type` 'business' | 'consumer' | 'unknown'
  - `intermediaries` EntityOut[], nullable
    - `id` string, nullable
    - `name` string, nullable
    - `website` string, nullable
    - `logo` string, nullable
  - `mcc` integer[], nullable

## Other responses

- `404` — Provided account holder or transaction not found by id
- `422` — Validation Error

---

[API](https://skmtc.net/ntropy/apis/ntropy-transaction-api.md) · [All operations](https://skmtc.net/ntropy/apis/ntropy-transaction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ntropy/ntropy-transaction-api/versions/47be508488c1/schema)
