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
user_id
string
required
payout_method
enum<string>
required
Available options:
paypal,
venmo,
ach,
cash_app
payout_id
string

Email if payout_method is paypal, @handle or phone number is payout_method is venmo, $cashtag if payout_method is cash_app

ach_routing_number
string

Must be provided if payout_method is ach or cash_app

ach_account_number
string

Must be provided if payout_method is ach or cash_app

ach_account_type
enum<string>

Must be provided if payout_method is ach

Available options:
checking,
savings
set_default
boolean

Response

200 - application/json
success
boolean
ach_account_id
string

The id of the ach account if ach account was added