返回收款订单的结账详情。此端点是托管结账页面用于渲染支付说明所使用的,但您也可以直接调用它以获取面向客户界面的订单信息。Documentation Index
Fetch the complete documentation index at: https://docs.xpaylabs.com/llms.txt
Use this file to discover all available pages before exploring further.
请求
GET http://your-gateway:3010/v1/order/pay?orderId={orderId}&sign={sign}
查询参数
订单标识符。
基于
orderId 值计算的 HMAC-SHA256 签名。cURL
响应
成功的请求返回 HTTP200,带 R<PayinOrderVo> 信封。
PayinOrderVo 对象
订单标识符。
此支付的区块链网络。
代币符号。
客户应发送资金的充值地址。
请求的金额,十进制字符串格式。
支付确认后实际收到的金额。支付前为
null。此支付请求过期的 Unix 时间戳。
失败或过期原因。如果订单仍然有效则为
null。
