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.
post/api/{account}/payouts/request-manual-withdrawal
Request body
Example request
{
"amount": 50
}Response
Example response
{
"data": {
"list": [
{
"state": "new",
"rejectReason": null
}
]
},
"_meta": {
"_credits": {
"used": 1,
"balance": 1000000028,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 10000000,
"limit_day": 50000,
"remaining_minute": 9999999,
"remaining_day": 49998
}
}
}Changes
Changed in 1 of the 8 revisions of this API.11
- ▲
added
subschema #1subschema #2to the response bodyoneOflist for the response status200response-body-one-of-added
- ○
removed
subschema #1subschema #2from the response bodyoneOflist for the response status200response-body-one-of-removed
- ▲