Skip to main content
PUT

Authorizations

Authorization
string
header
required

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

Path Parameters

user_id
string<uuid>
required

Id of the user to fetch

Body

application/json
platform
enum<string>
required

Payout platform to add.

Available options:
paypal,
venmo,
cash_app,
ach
routing_number
string

Bank account or Cash App routing number. Required if platform = ach or cash_app.

account_number
string

Bank account or Cash App account number. Required if platform = ach or cash_app.

account_type
enum<string>

Bank account type. Required if platform = ach.

Available options:
checking,
savings
email
string

PayPal email address. Required if platform = paypal.

phone_number
string

Venmo phone number. One of phone_number or handle is required if platform = venmo.

handle
string

Venmo handle. One of phone_number or handle is required if platform = venmo.

cash_tag
string

Cash App Cash Tag. Required if platform = cash_app.

Response

200 - application/json

OK

The payout method.

platform
enum<string>
required
Available options:
ach,
paypal,
venmo,
cash_app,
intl_transfer
id
string

ID of the payment-method.

description
string
mask
string
email
string
phone_number
string
cash_tag
string
country
string<iso3166>
currency
string<iso4217>