users
List Payout Methods
Get a user’s connected payout methods.
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
user_id
string
requiredId of the user to fetch
Response
200 - application/json
id
string
ID of the payment-method
.
platform
enum<string>
requiredAvailable options:
ach
, paypal
, venmo
, cash_app
, intl_transfer
, airtm
, payoneer
description
string
mask
string
email
string
phone_number
string
cash_tag
string
country
string
currency
string
rtp_enabled
boolean
Indicates if RTP is enabled for the payment method (applies to ach only).