Facades: payout
Overview
Get a list of payouts filtered by query parameters.
Parameters
Parameter | Description |
---|---|
start_date * | The start date for the query |
end_date * | The end date for the query |
status | The status to filter |
reference | The optional reference specified at payout request creation |
limit | Maximum results that the query will return, useful for paging results |
offset | Offset for paging |
Example
Note
In this example, we assume that a Client has already been initialized and assigned to the
bitpay
variable.
bitpay.get_payouts('2023-08-14', '2023-08-22')