GET
/
v2
/
users
/
{user_id}
/
payout-methods
Authorization
Path
curl --request GET \
  --url https://api.senddotssandbox.com/api/v2/users/{user_id}/payout-methods \
  --header 'Authorization: <authorization>'
[
  {
    "cash_tag": "string",
    "country": "string",
    "currency": "string",
    "description": "string",
    "email": "string",
    "id": "string",
    "mask": "string",
    "phone_number": "string",
    "platform": "ach"
  }
]

Authorizations

Authorizationheaderrequired
string

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

Path Parameters

user_idrequired
string

Id of the user to fetch

Response

200 - application/json
cash_tag
string
country
string
currency
string
description
string
email
string
id
string

ID of the payment-method.

mask
string
phone_number
string
platformrequired
enum<string>
Available options:
ach,
paypal,
venmo,
cash_app,
intl_transfer