get https://api-sandbox.uqpaytech.com/api/v2/payment/payout
Retrieve a list of payout orders with optional filtering and pagination support.
Usage Guidelines
- Default behavior: If no date range is specified, returns the first page of payouts created from one month ago to today.
- Date range filtering: When using date filters, both
start_time
andend_time
parameters are required, andend_time
must be greater than or equal tostart_time
. The time range must not exceed one month.