Get Payout Recipients

Facades: payout

Get payout recipients

Gets multiple payout recipients filtered by query parameters.

Parameters

ParameterDescription
statusThe recipient status you want to query on. See RecipientStatus for possible statuses.
limitMaximum results that the query will return (useful for paging results).
offsetOffset for paging.

Example

$payoutRecipients = $bitpay->getPayoutRecipients(RecipientStatus::ACTIVE, 2, null);