---
title: "Report a wrongly classified transaction."
method: POST
path: "/v2/report"
tags: ["Reporting"]
---

# Report a wrongly classified transaction.

`POST /v2/report`

Report a wrongly classified transaction specifying expected enrichment values.

## Request body

- EnrichmentReport
  - `transaction_id` string, required
  - `notes` string, nullable
  - `webhook_url` string, nullable

## Response `200`

List of available custom labelling models

- EnrichmentReportResponse
  - `id` string, required
  - `status` 'open' | 'resolved' | 'invalid' | 'pending', required
  - `transaction_id` string, required
  - `fields` object, nullable
  - `notes` string, nullable
  - `webhook_url` string, nullable

## Other responses

- `404` — No available models found
- `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/revisions/47be508488c1/schema)
