Withdraw payout balance to PayPal or Venmo
POST /user/{id|username}/payouts
POST
/user/{id|username}/payouts
Warning: certain amounts get withheld for fees. Please do not call this API endpoint without first acknowledging the warnings on the corresponding frontend page.
Authorizations
Parameters
Path Parameters
id|username
required
string
The ID or username of the user
Query Parameters
amount
required
integer
Amount to withdraw
Responses
204
Expected response to a valid request
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)