---
title: "Get Payout Details"
method: GET
path: "/creator/payouts/{payout_id}"
tags: ["creator"]
---

# Get Payout Details

`GET /creator/payouts/{payout_id}`

Get details for a specific payout.

## Path parameters

- `payout_id` string, uuid, required

## Response `200`

Successful Response

- PayoutResponse — Schema for payout response.
  - `id` string, uuid, required
  - `creator_id` string, uuid, required
  - `amount` string, required
  - `currency` string, required
  - `method` string, required
  - `status` string, required
  - `stripe_transfer_id` string, nullable
  - `stripe_payout_id` string, nullable
  - `paypal_payout_id` string, nullable
  - `notes` string, nullable
  - `failure_reason` string, nullable
  - `created_at` string, date-time, required
  - `processed_at` string, date-time, nullable
  - `completed_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
