---
title: "Retrieve Payout"
method: GET
path: "/v2/payment/payout/{payout_id}"
tags: ["Payment Payouts"]
---

# Retrieve Payout

`GET /v2/payment/payout/{payout_id}`

Retrieve details of a specific payout order

## Path parameters

- `payout_id` string, required

## Headers

- `x-on-behalf-of` string
- `x-idempotency-key` string, uuid

## Response `200`

Payout retrieved successfully

- PayoutResponse
  - `payout_id` string, required — Payout UUID
  - `payout_currency` string, required — Three-letter currency code
  - `payout_amount` string, required — The amount to be withdrawn through this payout.
  - `internal_note` string — Payout remark information
  - `statement_descriptor` string, required — Payout reference information displayed to the recipient's bank
  - `payout_status` 'INITIATED' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'FAILED_REFUNDED', required — Payout status enumeration. - `INITIATED`: Payout has been initiated. - `PROCESSING`: Payout is being processed (bank is processing). - `COMPLETED`: Payout completed successfully. - `FAILED`: Payout failed. - `FAILED_REFUNDED`: Payout failed and funds have been refunded.
  - `create_time` string, date/time, required
  - `completed_time` string, date/time

---

[API](https://skmtc.dev/uqpay/apis/authentication-api.md) · [All operations](https://skmtc.dev/uqpay/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uqpay/authentication-api/revisions/cef532a10777/schema)
