Get Payout by ID

Facades: payout

Overview

Gets a payout by payout ID.

Parameters

ParameterDescription
payoutIdThe ID of the payout to retrieve.

Example

const payout = await client.getPayout('myPayoutId');