Query Order
Address Payment
Query Address Payment Order
Check the details of the new address payment order, the specified parameters must correspond to the address payment order, otherwise an error message will be returned.
GET
Query Order
Overview
This page documents theGET /v1/pay/address/query endpoint. The full schema, parameters, and examples are rendered from the linked OpenAPI definition above.
Notes
- Provide at least one of
prepayIdormerchantTradeNo. - If both query parameters are provided, they must refer to the same address payment order.
- The response is the current order snapshot for status and on-chain confirmation tracking, not the callback payload structure.
- 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 client ID, obtained from GatePay platform
HMAC-SHA256 signature for request validation
Timestamp in milliseconds, must not differ from server time by more than 5 minutes
Random nonce for replay attack prevention
Query Parameters
Prepay order ID for address payment; use with merchantTradeNo as either-or, and provide at least one
Merchant system transaction number; use with prepayId as either-or, and provide at least one

