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

# 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. <br /><br />For more information on returned data, please see the [Enhanced Transactions fields guide](/api-reference/platform-api/reference/transactions-overview#enhanced-transactions).

## 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

## Changes

> 50 revisions in range; 1 not diffed.

- **2025-11-05** `e74cd2b059b5` — 2 info
  - api tag `transactions` added
  - api tag `mx_platform` removed

[Change history](https://skmtc.dev/mx/apis/mx-platform-api/changes/transactions/enhance/post.md)

---

[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/b6632646ee89/schema)
