# Get Destination Members Retrieves a list of destination members available for the authenticated source member. Response Details: - Returns information about all destination members that have active corridors with the member. - Each destination member includes: - memberId: Unique identifier for the destination member - name: Display name of the destination member/payout partner - supportedCcyList: List of currencies supported by this destination member - prefundBalance: Current prefund balances for each supported currency Use Cases: - Discover available payout partners for the member - Check prefund balances before initiating payouts - View supported currencies for each destination member Business Context: - Destination members are payout partners that can receive and disburse funds in their respective countries - Prefund balances represent funds already transferred to the destination member for faster payouts Endpoint: GET /v2/destination-members Version: 1.1.0 ## Response 200 fields (application/json): - `members` (array) - `members.memberId` (string) - `members.name` (string) - `members.supportedCcyList` (array) - `members.prefundBalance` (array) - `members.prefundBalance.amount` (string) - `members.prefundBalance.ccy` (string) ## Response 400 fields (application/json): - `code` (string) - `message` (string) - `detail` (string) ## Response 404 fields (application/json): - `code` (string) - `message` (string) - `detail` (string)