mx_platform

Enhance transactions

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

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

Changes