get https://api-sandbox.uqpaytech.com/api/v2/payment/settlements
Retrieve a list of settlements with optional filtering
Usage Guidelines
- If
settled_start_time
andsettled_end_time
are both omitted, the API returns the first page of settlements within the default window: from one month before today up to today (inclusive). - When specifying the date range, both
settled_start_time
andsettled_end_time
must be provided. The interval between them must not exceed one month, andsettled_end_time
must be greater than or equal tosettled_start_time
.