Skip to main content
POST
Use this endpoint to flag a transaction enrichment that returned wrong data — wrong merchant name, wrong category, or a misidentified merchant entirely. All submissions are reviewed. We update the underlying cache and LLM prompts based on real-world reports.

Request Body

string
required
The raw transaction string you passed to /v1/enrich.
string
The merchant name ParseTx returned (for context — helps us locate the cached entry).
string
The category ParseTx returned.
string
What the merchant name should be.
string
What the category should be.
string
Any additional context. Max 1,000 characters.

Response

Returns 201 Created on success.
string
UUID of the feedback record.
string
Confirmation message.