---
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`

---

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