DotsDocs
Users

List Payout Methods

Get a user's connected payout methods.

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

Get a user's connected payout methods.

AuthorizationBasic <token>

In: header

Path Parameters

user_id*string

Id of the user to fetch

Formatuuid

Response 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  }]