Request
GET http://your-gateway:180/v1/order/pay?orderId={orderId}&sign={sign}
Query Parameters
The order identifier. Example:
order_1042.HMAC-SHA256 signature computed over the
orderId value. See Authentication.cURL
Response
A successful request returns HTTP200 with the R<PayinOrderVo> envelope.
PayinOrderVo Object
The order identifier.
The blockchain network for this payment. Example:
"TRON".The token symbol. Example:
"USDT".The deposit address where the customer should send funds. Example:
"TWkKZkmuB8DpVeiMoHiKf99ZoFHzk73CqR".The requested amount as a decimal string. Example:
"250.00".The actual amount received once payment is confirmed.
null before payment.Unix timestamp when this payment request expires.
Current order status. See Order Status for possible values.
Failure or expiry reason.
null if the order is still valid.
