...
Author: shangpan
Content-Type: application application/jsonxml; charset=utf-8
Description: 查询红包状态API, 查询付款状态
...
Parameter | Type | Required | Description |
---|---|---|---|
wxAppId | string | true | 商户号的appid |
mchId | string | true | 微信支付分配的商户号 |
mchBillno | string | true | 商户调用付款API时使用的商户订单号 |
tradeRecordId | int64 | true | 兔展内部交易记录ID兔展生成的内部交易记录ID |
Response-fields:
Field | Type | Description | Since | |
---|---|---|---|---|
returnCode | stringNo comments found. | SUCCESS/FAIL 此字段是通信标识,非付款标识,付款是否成功需要查看result_code来判断 | - | |
returnMsg | stringNo comments found. | 返回信息,如非空,为错误原因 签名失败 参数格式校验错误 | - | |
resultCode | stringNo comments found. | SUCCESS/FAIL ,非付款标识,付款是否成功需要查看status字段来判断 | - | |
errCode | stringNo comments found. | 错误码信息 | - | |
errCodeDes | stringNo comments found. | 结果信息描述 | - | |
mchBillno | stringNo comments found. | - | ||
mchId | string | No comments found. | - | |
detailId | stringNo comments found. | - | ||
status | stringNo comments found. | - | ||
sendType | string | No comments found. | - | |
hbType | stringNo comments found. | - | ||
totalNum | stringNo comments found. | - | ||
totalAmount | string | No comments found. | - | |
reason | stringNo comments found. | 如果失败则有失败原因(可以把其他的字段都放在该字段中) | - | |
sendTime | stringNo comments found. | - | ||
refundTime | string | No comments found. | - | |
refundAmount | stringNo comments found. | - | ||
wishing | stringNo comments found. | - | ||
remark | string | No comments found. | - | |
actName | stringNo comments found. | - | ||
partnerTradeNo | string | 商户使用查询API填写的单号的原路返回. String(32) | - | |
appid | string | 商户号的appid. String(128) | - | |
openid | string | 转账的openid. String(64) | - | |
paymentAmount | string | 付款金额单位为“分”. int | - | |
transferTime | string | 发起转账的时间. String(32) | - | |
paymentTime | string | 付款成功时间. String(32) | - | |
desc | string | 付款备注. String(100) | - | |
transferName | string | 收款用户姓名,否. String(64) | - |
...