Get Payouts

Facades: payout

Overview

Get a list of payouts filtered by query parameters.

Parameters

ParameterDescription
start_date *The start date for the query
end_date *The end date for the query
statusThe status to filter
referenceThe optional reference specified at payout request creation
limitMaximum results that the query will return, useful for paging results
offsetOffset 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')