Request
GET http://your-gateway:180/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

