{
  "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
  "amount": 0,
  "payout_method": "paypal",
  "ach_account_id": "string",
  "intl_account_id": "string",
  "fund": true
}
{
  "success": true,
  "error_code": 0
}

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.

Response

200 - application/json
success
boolean
error_code
integer

Error code if success is false