---
title: "Report a card enrichment as incorrect"
method: POST
path: "/transactions/report"
tags: ["Feedback and Reporting"]
---

# Report a card enrichment as incorrect

`POST /transactions/report`

Endpoint to report a card enrichment as incorrect. An `enrichmentId` and an `errorDescription` are required fields to report an enrichment. Optional request fields such as `incorrectLocation`, `incorrectLocationDescription`, `incorrectCategory`, `incorrectCategoryDescription`, `incorrectChannel`, `incorrectChannelDescription`, `incorrectCounterparty`,  and `incorrectCounterpartyDescription`, can be set to indicate what needs to be addressed in  the enrichment. Once a report has been addressed, you will receive a corrected enrichment via a callback url you set with Spade. See the callback section to learn more on how we send back a corrected enrichment.

## Request body

- ReportApiRequest — Schema for reporting an enriched transaction.
  - `enrichmentId` string, uuid, required — Enrichment id represented as a string UUID.
  - `errorDescription` string, required — Description of incorrect details in enrichment.
  - `incorrectLocation` boolean — Bool indicating if the enrichment has a wrong location.
  - `incorrectLocationDescription` string — Description of incorrect location details in enrichment.
  - `incorrectCategory` boolean — Bool indicating if the enrichment has a wrong Category.
  - `incorrectCategoryDescription` string — Description of incorrect category details in enrichment.
  - `incorrectChannel` boolean — Bool indicating if the enrichment has a wrong Channel.
  - `incorrectChannelDescription` string — Description of incorrect channel details in enrichment.
  - `incorrectCounterparty` boolean — Bool indicating if the enrichment has a wrong Counterparty.
  - `incorrectCounterpartyDescription` string — Description of incorrect counterparty details in enrichment.

## Response `200`

Enrichment reported successfully

- ReportApiResponse — Response for reporting an enriched transaction.
  - `details` string

## Other responses

- `400` — Invalid input
- `403` — Unauthorized
- `500` — Unexpected Error

---

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