---
title: "Enhance transactions"
method: POST
path: "/transactions/enhance"
tags: ["mx_platform"]
---

# Enhance transactions

`POST /transactions/enhance`

Use this endpoint to categorize, cleanse, and classify transactions. These transactions are not persisted or stored on the MX platform.

## Request body

- EnhanceTransactionsRequestBody
  - `transactions` EnhanceTransactionsRequest[]
    - `amount` number
    - `description` string, required
    - `extended_transaction_type` string
    - `id` string, required
    - `memo` string
    - `merchant_category_code` integer
    - `type` string

## Response `200`

OK

---

[API](https://skmtc.dev/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.dev/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/3b78d3606307/schema)
