v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-01-29166197289.1 KB
transactions

Enhance transactions

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.

post/transactions/enhance

Request body

Example request

{
  "transactions": [
    {
      "amount": 21.33,
      "description": "ubr* pending.uber.com",
      "extended_transaction_type": "partner_transaction_type",
      "id": "ID-123",
      "memo": "Additional-information*on_transaction",
      "merchant_category_code": 4121,
      "type": "DEBIT"
    }
  ]
}

Response

OK