---
title: "Get Payout History"
method: GET
path: "/creator/payouts"
tags: ["creator"]
---

# Get Payout History

`GET /creator/payouts`

Get payout history for current user.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- PayoutHistoryResponse — Schema for payout history with pagination.
  - `payouts` PayoutResponse[], required
    - `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
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required
  - `has_more` boolean, required

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