Returns the checkout details for a collection order. This is the endpoint used by the hosted checkout page to render payment instructions, but you can also call it directly to retrieve order information for a customer-facing interface.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/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.
