...
Parameter | Type | Required | Description | ||||
---|---|---|---|---|---|---|---|
privateKey | string | false | 私钥 | ||||
certKey | string | false | certKey | ||||
wxAppId | string | true | 微信小程序/公众号的APPID | ||||
mchId | string | true | 微信支付分配的商户号 | ||||
apiSecretKey | string | false | apiSecretKey | ||||
mchBillno | string | true | 兔展生成的用于提交给微信的交易订单号 | ||||
openid | string | true | 不是微信的openid,而是 客户企业在兔展的自定义身份字段user_id的值 | ||||
amount | int32 | true | 付款金额,单位为分 | ||||
clientIp | string | true | 请求微信api的兔展侧服务器公网IP。建议客户侧覆盖该值 | ||||
actName | string | trueNo comments found. | 活动名称。注意:敏感词会被转义成字符*,不超过32位长度字符。 | ||||
remark | string | true | No comments found. | environment | string | false | 环境备注信息,不超过256位长度字符。 |
notifyWay | string | false | 通知用户形式 notify_way 是 MINI_PROGRAM_JSAPI String(256) 通过JSAPI方式领取红包,小程序红包固定传MINI_PROGRAM_JSAPI tradeRecordId | int64 | true | 兔展生成的内部订单号兔展生成的内部交易订单号 |
Response-fields:
Field | Type | Description | Since |
---|---|---|---|
returnCode | string | No comments found. | - |
returnMsg | string | No comments found. | - |
resultCode | string | No comments found. | - |
errCode | string | No comments found. | - |
errCodeDes | string | No comments found. | - |
mchBillno | string | No comments found. | - |
mchId | string | No comments found. | - |
wxappid | string | No comments found. | - |
reOpenid | string | No comments found. | - |
totalAmount | string | No comments found. | - |
sendListid | string | No comments found. | - |
mchAppid | string | 申请商户号的appid或商户号绑定的appid(号corpid即为此appId). String(128) | - |
mchid | string | 微信支付分配的商户号. String(32) | - |
partnerTradeNo | string | 商户使用查询API填写的单号的原路返回. String(32) | - |
paymentNo | string | 付款成功,返回的微信付款单号. String(64) | - |
paymentTime | string | 付款成功时间,2015-05-19 15:26:59. String(32) |
...