Users
List Payout Methods
Get a user's connected payout methods.
Get a user's connected payout methods.
Authorization
api_key AuthorizationBasic <token>
In: header
Path Parameters
user_id*string
Id of the user to fetch
Format
uuidResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v2/users/497f6eca-6276-4993-bfeb-53cbbbba6f08/payout-methods"[ { "id": "string", "platform": "ach", "description": "string", "mask": "string", "email": "string", "phone_number": "string", "cash_tag": "string", "country": "string", "currency": "string", "rtp_enabled": true, "meta": null }]{ "success": false, "message": "string", "error_code": "string", "errors": [ null ]}{ "success": false, "message": "string", "error_code": "string", "errors": [ null ]}{ "success": false, "message": "string", "error_code": "string", "errors": [ null ]}