---
title: "Request Payout"
method: POST
path: "/creator/payouts/request"
tags: ["creator"]
---

# Request Payout

`POST /creator/payouts/request`

Request a payout of available earnings.

## Request body

- PayoutRequest — Schema for requesting a payout.
  - `method` string, required
  - `amount` union
    - number
    - string

## 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)
