---
title: "Changes to Retrieve Payout"
method: GET
path: "/payouts/{id}"
---

# Changes to Retrieve Payout

`GET /payouts/{id}`

> Every recorded change to this endpoint, newest first.
> 74 revisions in range; 1 not diffed.

## Timeline

Changed in 5 of 74 revisions.

- **2026-09-02** `9b2baa68698c` — 1 info
- **2026-08-25** `621705ee8f4a` — 2 warning, 2 info
- **2026-08-21** `715c4defcbbf` — 5 breaking, 3 warning, 3 info
- **2026-08-20** `4a1a4a5d2c72` — 6 info
- **2026-08-18** `f67a043e3190` — 4 info

## Changes

- **2026-09-02** `9b2baa68698c` — 1 info
  - added the required property `statement_descriptor` to the response with the `200` status
- **2026-08-25** `621705ee8f4a` — 2 warning, 2 info
  - added the new `card` enum value to the `payout_method/supported_payout_method/delivery_type` response property for the response status `200`
  - added the new `check` enum value to the `payout_method/supported_payout_method/delivery_type` response property for the response status `200`
  - removed the `masspay_card` enum value from the `payout_method/supported_payout_method/delivery_type` response property for the response status `200`
  - removed the `paper_check` enum value from the `payout_method/supported_payout_method/delivery_type` response property for the response status `200`
- **2026-08-21** `715c4defcbbf` — 5 breaking, 3 warning, 3 info
  - the `amount` response's property type changed from `number` to `string`, and format from `float` to `decimal` for status `200`
  - the `destination_amount` response's property type changed from `number, null` to `string, null`, and format from `float` to `decimal` for status `200`
  - the `fee_amount` response's property type changed from `number` to `string`, and format from `float` to `decimal` for status `200`
  - the `markup_fee` response's property type changed from `number` to `string`, and format from `float` to `decimal` for status `200`
  - the `net_amount` response's property type changed from `number` to `string`, and format from `float` to `decimal` for status `200`
  - added the new `in_review` enum value to the `status` response property for the response status `200`
  - added the new `processing` enum value to the `status` response property for the response status `200`
  - added the new `reversed` enum value to the `status` response property for the response status `200`
  - removed the `awaiting_payment` enum value from the `status` response property for the response status `200`
  - removed the `in_transit` enum value from the `status` response property for the response status `200`
  - added the required property `status_detail` to the response with the `200` status
- **2026-08-20** `4a1a4a5d2c72` — 6 info
  - added the required property `failure` to the response with the `200` status
  - added the required property `fee_paid_by` to the response with the `200` status
  - added the required property `markup_fee` to the response with the `200` status
  - added the required property `metadata` to the response with the `200` status
  - added the required property `net_amount` to the response with the `200` status
  - added the required property `source` to the response with the `200` status
- **2026-08-18** `f67a043e3190` — 4 info
  - added the required property `destination_amount` to the response with the `200` status
  - added the required property `destination_currency` to the response with the `200` status
  - added the required property `exchange_rate` to the response with the `200` status
  - added the required property `payout_method/supported_payout_method/delivery_type` to the response with the `200` status

---

[Operation](https://skmtc.dev/whop/apis/whop-api/docs/payouts/:id/get.md) · [API](https://skmtc.dev/whop/apis/whop-api.md) · [Page](https://skmtc.dev/whop/apis/whop-api/changes/payouts/:id/get)
