Retrieves a list of payout transactions. The response can be filtered by specifying a creation date range or payout status.
start_time and end_time are both omitted, the API returns payouts from the last 30 days by default.end_time is provided, it retrieves payouts within the past 30 days up to end_time.The API token for login provided by UQPay.
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account.
More information at Connected Accounts.
The maximum number of items to return per page. Must be between 10 and 100, inclusive.
1 <= x <= 10010
The page number to retrieve a specific set of items. Must be 1 or greater.
x >= 11
Status of the payout The payout's status.
READY_TO_SEND, PENDING, REJECTED, FAILED, COMPLETED The start time of created_time in ISO8601 format (inclusive).
"2024-03-01T00:00:00+08:00"
The end time of created_time in ISO8601 format (inclusive).
"2024-03-01T00:00:00+08:00"