Skip to main content
GET
Query OTC Recharge Order List

Overview

This page documents the GET /payment/open/otc/api/recharge/list endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.

Notes

Headers

X-GatePay-Certificate-ClientId
string
required

Merchant application client ID used to identify the calling app.

X-GatePay-Signature
string
required

HMAC signature generated from the request according to GatePay signing rules.

X-GatePay-Timestamp
string
required

Millisecond timestamp; the difference from server time must not exceed 30 seconds.

X-GatePay-Nonce
string
required

Random nonce used together with the timestamp to prevent replay attacks.

X-GatePay-On-Behalf-Of
string

Institutional sub-account UID. Only required when an institution submits a request on behalf of a sub-account; not required for direct merchant requests.

Query Parameters

status
enum<string>

Filter by order status.

Available options:
PENDING,
PROCESSING,
DONE,
CANCEL,
ERROR
startTime
integer<int64>
required

Start of the query time range (epoch millis). Required.

endTime
integer<int64>
required

End of the query time range (epoch millis). Required.

page
integer<int64>

Page number. Use -1 to fetch all records without pagination.

count
integer<int64>

Number of records per page. Required when page >= 0. Max 1000.

Response

200 - application/json

Success

code
string

Business response code.

status
string

Top-level request status.

errorMessage
string

Error message when the request fails.

data
object