1. User Routes
  2. Get Payout Methods
GET

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

client_id*
api_key*
curl --request GET \
     --url https://api.senddotssandbox.com/api/v2/users/{user_id}/payout-methods \
     --header 'Authorization: Basic AUTH_VALUE'

Parameters

user_idRequired
string

Id of the user to fetch

Response

array

Array of payout methods registered to the user.