Payouts
Create a direct payout. It must be enabled for your account
POST
/
api
/
payouts
/
create_direct_payout
Authorization
Body
{
"payout_type": "paypal",
"delivery_method": "string",
"international": true
}
{
"success": true,
"message": "Invalid Venmo phone number"
}
Authorizations
Authorizationheaderrequired
string
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
delivery_method
string
Phone number for venmo and email for all other payout types
international
boolean
Set to true if the payout is international
payout_type
enum<string>
Available options:
paypal
, venmo
, visa
, amazon
Response
200 - application/json
message
string
Error message if success is false
success
boolean
{
"payout_type": "paypal",
"delivery_method": "string",
"international": true
}
{
"success": true,
"message": "Invalid Venmo phone number"
}