---
title: "Changes to Withdraw fiat"
method: POST
path: "/withdraw"
---

# Changes to Withdraw fiat

`POST /withdraw`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 32 revisions.

- **2026-08-20** `842376cab855` — 1 warning
- **2026-04-01** `b1804285e901` — 1 warning
- **2026-02-16** `00611066b076` — 7 breaking, 2 warning, 1 info
- **2025-02-25** `f3878f349317` — 1 info
- **2025-02-01** `7b7e4fa5fe46` — 1 warning, 1 info
- **2025-02-01** `c220a3435512` — 2 warning, 1 info
- **2024-06-16** `4b09d72f87b2` — 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`
- **2026-04-01** `b1804285e901` — 1 warning
  - added the new `GHS` enum value to the `data/currency` response property for the response status `200`
- **2026-02-16** `00611066b076` — 7 breaking, 2 warning, 1 info
  - added the new required request property `beneficiary`
  - the request property `amount` became required
  - the request property `currency` became required
  - removed the enum value `BTC` of the request property `currency`
  - removed the enum value `KES` of the request property `currency`
  - removed the enum value `USD` of the request property `currency`
  - the `amount` request property type/format changed from `number`/`number` to `string`/``
  - removed the request property `bankAccountNumber`
  - removed the request property `walletId`
  - the `currency` request property type/format was generalized from `string`/`string` to `string`/``
- **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` — 1 warning, 1 info
  - removed the optional property `data/transactionMetadata` from the response with the `200` status
  - 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** `4b09d72f87b2` — 1 info
  - endpoint added

---

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