A lightweight endpoint that returns only the order’s current status. Use this for polling scenarios where you need to check whether a payment has been confirmed without retrieving the full order details.Documentation Index
Fetch the complete documentation index at: https://neilyan.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Request
GET http://your-gateway:3010/v1/order/getOrderStatus?orderId={orderId}&sign={sign}
Query Parameters
The order identifier. Example:
order_1042.HMAC-SHA256 signature computed over the
orderId value.cURL
Response
A successful request returns HTTP200 with the R<PaymentOrderStatus> envelope.
PaymentOrderStatus Object
Current order status:
INIT— Awaiting paymentPENDING— Transaction detectedPENDING_CONFIRMATION— Awaiting block confirmationsSUCCESS— Payment confirmedEXPIRED— Order expiredFAILED— Payment failed

