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
amount
number
required
payout_method
enum<string>
required
Available options:
paypal,
venmo,
ach,
cash_app,
intl_transfer,
default
ach_account_id
string

Account id from /users/get if payout_method is ach

intl_account_id
string

Account id from /users/get{user_id}/intl_bank_accounts if payout_method is intl_transfer

fund
boolean

Pays the payout amount to the user before creating the payout. The funds are returned if the payout does not succeed.

tax_exempt
boolean

Payouts marked as tax_exempt will not be counted towards the 1099 threshold. Can be true only if fund is true.

Response

200 - application/json
success
boolean
error_code
integer

Error code if success is false