Cardholder
Get Cardholder List
POST
Queries the cardholder list within a specified time range, supporting filtering by cardholder order number and merchant-side unique number, as well as pagination.
Request Headers
apiKey (merchant credential, bound to IP whitelist)
Unix timestamp in milliseconds. The deviation from the server time must be within 60 seconds, and future timestamps are not accepted.
Login token (required for all interfaces except Get Token).
Timezone, affects the day boundary calculation for
start_time / end_time. Defaults to UTC+8.Fixed to
application/jsonRequest Body
Cardholder order number.
Merchant-side unique cardholder number.
Start time (format:
yyyy-MM-dd or yyyy-MM-dd HH:mm:ss).End time (same format as above; interval ≤ 90 days).
Query page number. Defaults to
0.Number of records per page. Defaults to
10 (max 100).Response Parameters
Response status code.
0 indicates success.Response message.
Response data.
