---
title: "Changes to Get transaction details"
method: GET
path: "/transaction"
---

# Changes to Get transaction details

`GET /transaction`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 32 revisions.

- **2026-08-20** `842376cab855` — 1 warning
- **2025-02-25** `f3878f349317` — 1 info
- **2025-02-01** `7b7e4fa5fe46` — 8 breaking, 2 warning, 3 info
- **2025-02-01** `c220a3435512` — 2 warning, 1 info
- **2024-06-16** `05948c6d9492` — 1 info

## Changes

- **2026-08-20** `842376cab855` — 1 warning
  - added the new `USDT` enum value to the `data/currency` response property for the response status `200`
- **2025-02-25** `f3878f349317` — 1 info
  - removed the `TRANSFER` enum value from the `data/type` response property for the response status `200`
- **2025-02-01** `7b7e4fa5fe46` — 8 breaking, 2 warning, 3 info
  - the `data/amount` response's property type/format changed from `number`/`number` to `number`/`` for status `200`
  - the `data/autopayout` response's property type/format changed from `boolean`/`boolean` to `boolean`/`` for status `200`
  - the `data/currency` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/fees` response's property type/format changed from `number`/`number` to `number`/`` for status `200`
  - the `data/hash` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/ref` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/status` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - the `data/type` response's property type/format changed from `string`/`string` to `string`/`` for status `200`
  - removed the optional property `data/transactionMetadata` from the response with the `200` status
  - removed the optional property `data/walletId` from the response with the `200` status
  - added the new optional `query` request parameter `hash`
  - the `query` request parameter `id` became optional
  - added the optional property `data/metadata` to the response with the `200` status
- **2025-02-01** `c220a3435512` — 2 warning, 1 info
  - removed the optional property `data/transactionMetadata/eProviderRef` from the response with the `200` status
  - added the new `ZAR` enum value to the `data/currency` response property for the response status `200`
  - removed the `USD` enum value from the `data/currency` response property for the response status `200`
- **2024-06-16** `05948c6d9492` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/stealthmoney/apis/mavapay-api/docs/transaction/get.md) · [API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [Page](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/transaction/get)
