POST FreezePay/FreezeQuery
通过该接口可以查询资金冻结结果信息
请求信息
请求URI参数
无
请求数据参数
查询资金冻结结果信息
FreezeQueryInfo名称 | 说明 | 类型 | 扩展说明 |
---|---|---|---|
store_no |
门店编码. |
字符串 |
必填 字符长度: 必须在 1 和 32 之间 |
order_no |
商户单据号,资金冻结时传入的订单号 |
字符串 |
必填 字符长度: 必须在 1 和 32 之间 |
请求数据格式
application/json, text/json
例子:
{ "store_no": "sample string 1", "order_no": "sample string 2" }
响应数据
资源说明
资金冻结结果信息
ResultInfoOfFreezeQueryResultInfo名称 | 说明 | 类型 | 扩展说明 |
---|---|---|---|
code | ResultCode |
无 |
|
msg | 字符串 |
无 |
|
data | FreezeQueryResultInfo |
无 |
响应数据格式
application/json, text/json
例子:
{ "code": "SUCCESS", "msg": "sample string 1", "data": { "transaction_status": "CREATE", "error": "sample string 1", "order_title": "sample string 2", "store_no": "sample string 3", "paytype": "WECHATPAY_NATIVE", "amount": 4, "total_freeze_amount": 5, "rest_amount": 6, "total_pay_amount": 7, "order_no": "sample string 8", "transaction_no": "sample string 9", "transaction_time": "sample string 10", "buyer": "sample string 11" } }