Deposit Detail
Query detail for a fiat recharge order.
Overview
This page documents theGET /payment/open/otc/api/recharge/detail endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Authentication uses the standard GatePay signed headers.
- This page documents the standard merchant endpoint.
- For shared signing rules, see /api-reference/version/100/en/common/securityAndSignature.
Headers
Merchant application client ID used to identify the calling app.
HMAC signature generated from the request according to GatePay signing rules.
Millisecond timestamp; the difference from server time must not exceed 30 seconds.
Random nonce used together with the timestamp to prevent replay attacks.
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
Gate OTC order ID. At least one of orderId or clientOrderId is required.
Merchant custom order ID. At least one of orderId or clientOrderId is required.

