{
  "payout_type": "paypal",
  "delivery_method": "string",
  "international": true
}
{
  "success": true,
  "message": "Invalid Venmo phone number"
}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
payout_type
enum<string>
Available options:
paypal,
venmo,
visa,
amazon
delivery_method
string

Phone number for venmo and email for all other payout types

international
boolean

Set to true if the payout is international

Response

200 - application/json
success
boolean
message
string

Error message if success is false