Get Payout Recipient

Facades: payout

Overview

Gets a single payout recipient by ID.

Parameters

ParameterDescription
recipientIdThe ID of the recipient to retrieve.

Example

const recipient = await client.getPayoutRecipient('someRecipientId');