商户买币订单查询
Last updated
Was this helpful?
Last updated
Was this helpful?
此接口用于开发者代表商户向开放平台请求,希望查询商户买币订单的状态。
沙盒环境:
生产环境:
POST
名称
是否必填
长度
类型
说明
appid
是
64
String
授权appid
orderid
是
64
String
开发者系统订单id
sign
是
64
String
加密结果值
(以curl命令请求生产环境接口为例)示例如下:
名称
子项
是否
必填
长度
类型
说明
示例值
status
是
--
Integer
请参考本页"应答结果编码"部分
0
data
是
--
Object
接口返回值json串,具体见业务响应参数
status
是
--
String
买单状态:
1: 等待用户付款
2: 等待交易员确认
3: 完成
4: 超时取消
5: 用户取消
6: 管理员取消
orderid
是
--
String
开发者系统订单id
total_price
是
--
String
交易金额
amount
是
--
String
usdt数量
成功应答示例如下:
失败应答示例如下:
开发者在调用开放平台接口的时候,相关错误码请参考如下:
错误码
说明
1
平台处理成功
0
平台处理失败