Get list of settlements
Retrieve a list of settlements with optional filtering
Usage Guidelines
- If
settled_start_timeandsettled_end_timeare 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_timeandsettled_end_timemust be provided. The interval between them must not exceed one month, andsettled_end_timemust be greater than or equal tosettled_start_time.
Documentation Index
Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
Use this file to discover all available pages before exploring further.
授权
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.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
查询参数
The unique ID of a payment intent.
"PI1945730395043532800"
Identifier of the settlement batch.
"SB1947180993781698560"
Inclusive start date used to filter by settlement_date, in YYYY-MM-DD format. Time is based on UTC+8.
Example: '2025-07-01' means settlement_date ≥ 2025-07-01T00:00:00 (UTC+8).
"2025-07-01"
Inclusive end date used to filter by settlement_date, in YYYY-MM-DD format. Time is based on UTC+8.
Example: '2025-07-31' means settlement_date ≤ 2025-07-31T23:59:59 (UTC+8).
"2025-07-31"
The page number to retrieve the next set of items. The number has to be greater than 1.
x >= 11
The maximum number of items to return per page. This number can be between 1 - 100
1 <= x <= 10010

