1. User Routes
  2. Add Payout Method
PUT

/api/v2/users/{user_id}/payout-methods

client_id*
api_key*
curl --request PUT \
     --url https://api.senddotssandbox.com/api/v2/users/{user_id}/payout-methods \
     --header 'Authorization: Basic AUTH_VALUE' \
     --header 'Content-Type: application/json' \
     --data '{
 "platform": "string"
}'

Parameters

user_idRequired
string

Id of the user to fetch

Body

platformRequired
string

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
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. Required if platform = venmo.

cash_tag
string

Cash App Cash Tag. Required if platform = cash_app.

Response

id
string

ID of the payment-method.

platformRequired
string
Available options: ach, paypal, venmo, cash_app, intl_transfer
description
string
mask
string
email
string
phone_number
string
cash_tag
string
country
string
currency
string