We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
收付通分账异常
文档:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
分账个人姓名 | receiver_name | 条件选填 在接收方类型为个人时可选填,若填写理应加密,并且HTTP头部的Wechatpay-Serial也需要填写为证书序列号
2021-01-08 11:06:21.693 ERROR 32508 --- [el-async-4] c.g.b.w.service.impl.WxPayServiceImpl : 【请求地址】:https://api.mch.weixin.qq.com/v3/ecommerce/profitsharing/orders 【请求数据】:{"appid":"xxx","sub_mchid":"xxx","transaction_id":"xxx","out_order_no":"xxx","receivers":[{"type":"MERCHANT_ID","receiver_account":"xxx","amount":100,"description":"分账","receiver_name":"xxx"}],"finish":true} 【异常信息】:HTTP header缺少微信支付平台证书序列号(Wechatpay-Serial)
The text was updated successfully, but these errors were encountered:
🐛 #1959 【微信支付】电商收付通修复请求分账接口异常问题
04fadf6
Co-authored-by: aha <aha>
🐛 binarywang#1959 【微信支付】电商收付通修复请求分账接口异常问题
d38876a
No branches or pull requests
简要描述
收付通分账异常
模块版本情况
详细描述
文档:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/profitsharing/chapter3_1.shtml
分账个人姓名 | receiver_name | 条件选填
在接收方类型为个人时可选填,若填写理应加密,并且HTTP头部的Wechatpay-Serial也需要填写为证书序列号
日志
2021-01-08 11:06:21.693 ERROR 32508 --- [el-async-4] c.g.b.w.service.impl.WxPayServiceImpl :
【请求地址】:https://api.mch.weixin.qq.com/v3/ecommerce/profitsharing/orders
【请求数据】:{"appid":"xxx","sub_mchid":"xxx","transaction_id":"xxx","out_order_no":"xxx","receivers":[{"type":"MERCHANT_ID","receiver_account":"xxx","amount":100,"description":"分账","receiver_name":"xxx"}],"finish":true}
【异常信息】:HTTP header缺少微信支付平台证书序列号(Wechatpay-Serial)
The text was updated successfully, but these errors were encountered: