---
title: "Request Manual Withdrawal"
method: POST
path: "/api/{account}/payouts/request-manual-withdrawal"
tags: ["Payouts"]
---

# Request Manual Withdrawal

`POST /api/{account}/payouts/request-manual-withdrawal`

Request a payout withdrawal, if the frequency is set to manual. Refer to our `/payouts/balances` endpoint to retrieve the minimum and maximum withdrawal amounts.

## Request body

- object
  - `amount` integer, required — The amount to withdraw. Amount may not be higher than the current balance.

## Response `200`

- union
  - object
    - `data` object
      - `list` object[]
        - `state` string
        - `rejectReason` string, nullable
    - `_meta` object
      - `_credits` object
        - `used` integer
        - `balance` integer
        - `note` string
      - `_cache` object
        - `is_cached` boolean
        - `note` string
      - `_rate_limits` object
        - `limit_minute` integer
        - `limit_day` integer
        - `remaining_minute` integer
        - `remaining_day` integer
  - object
    - `data` object
      - `list` object[]
        - `state` string
        - `rejectReason` string, nullable
    - `_meta` object
      - `_credits` object
        - `used` integer
        - `balance` integer
        - `note` string
      - `_cache` object
        - `is_cached` boolean
        - `note` string
      - `_rate_limits` object
        - `limit_minute` integer
        - `limit_day` integer
        - `remaining_minute` integer
        - `remaining_day` integer

## Other responses

- `400`

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 breaking, 1 info
  - added `subschema #1, subschema #2` to the response body `oneOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the response body `oneOf` list for the response status `200`

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/:account/payouts/request-manual-withdrawal/post.md)

---

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