Get Payout RecipientFacades: payoutOverview Gets a single payout recipient by ID. Parameters ParameterDescriptionrecipientIdThe ID of the recipient to retrieve. Example TypeScriptconst recipient = await client.getPayoutRecipient('someRecipientId');