Add Payout Method
Add a payout method to the user. Payout method can be one of paypal
, venmo
, ach
, or cash_app
. Each method has different required parameters.
{
"cash_tag": "string",
"country": "string",
"currency": "string",
"description": "string",
"email": "string",
"id": "string",
"mask": "string",
"phone_number": "string",
"platform": "ach"
}
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Id of the user to fetch
Body
Bank account or Cash App account number. Required if platform
= ach
or cash_app
.
Bank account type. Required if platform
= ach
.
checking
, savings
Cash App Cash Tag. Required if platform
= cash_app
.
PayPal email address. Required if platform
= paypal
.
Venmo handle. One of phone_number
or handle
is required if platform
= venmo
.
Venmo phone number. One of phone_number
or handle
is required if platform
= venmo
.
Payout platform to add.
paypal
, venmo
, cash_app
, ach
Bank account or Cash App routing number. Required if platform
= ach
or cash_app
.
Response
ID of the payment-method
.
ach
, paypal
, venmo
, cash_app
, intl_transfer
{
"cash_tag": "string",
"country": "string",
"currency": "string",
"description": "string",
"email": "string",
"id": "string",
"mask": "string",
"phone_number": "string",
"platform": "ach"
}