Facades: payout
Get payout recipients
Gets multiple payout recipients filtered by query parameters.
Parameters
| Parameter | Description |
|---|---|
| status * | The recipient status you want to query on |
| limit | Maximum results that the query will return, useful for paging results (default: 100) |
| offset | Offset for paging (default: 0) |
Example
NoteIn this example, we assume that a Client has already been initialized and assigned to the
bitpayvariable.
bitpay.get_payout_recipients('invited')