您好,这个问题文档有说明的,不上传是没有影响的,谢谢! https://pay.weixin.qq.com/wiki/doc/api/external/declarecustom.php?chapter=18_1 [图片]
支付单申报返回:商户未上传订购人身份信息请问下,目前我们申报支付单,都是返回:商户未上传订购人身份信息。这块要如何处理?
2020-12-04这个订单只有一次回调。 微信支付结果通知已成功回调到您的回调地址,您这边响应内容为:<xml>\r\n <return_code><![CDATA[SUCCESS]]></return_code>\r\n <return_msg><![CDATA[OK]]></return_msg>\r\n</xml>" }| PS。回调通知注意事项https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_8&index=6 回调与查单最佳实践https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_9&index=1
可以帮我们查一下为什么回调异常吗?4200000727202012034948013737 随便给一个订单。麻烦帮我查一下[图片]
2020-12-03合单商户号和子单商户号在服务商模式下都传服务商商户号,二级商户号传合单参与方。 直连模式下没有二级商户号。
V3合单支付参数中的合单商户、子单商户号、二级商户号是否可以都传一样的,保持一致?如题,V3合单支付参数中的合单商户、子单商户号、二级商户号是否可以都传一样的,保持一致?
2020-12-03目前不支持的哈~
微信分账系统能否支持分账到境外商户?通过分账系统能否从境内将钱分账到境外商户中呢?
2020-12-03您好,您的问题建议您前往V3文档:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml 点击右下角“技术咨询”实时寻求技术帮助。 若您的问题得到解决,请回社区晒出解决方案,以帮助更多遇到此问题的人,感谢您的支持~
微信付款码已使用?现场场景是微信扫码支付,传参数返回付款码已使用,新开付款码也是已使用 [图片]
2020-12-03您好,微信支付结果通知已成功回调到您的回调地址,您这边响应内容为: "<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\">\n <title>\347\263\273\347\273\237\345\217\221\347\224\237\351\224\231\350\257\257</title>\n <meta name=\"robots\" content=\"noindex,nofollow\" />\n <style>\n /* Base */\n body {\n color: #333;\n font: 16px Verdana, \"Helvetica Neue\", helvetica, Arial, \'Microsoft YaHei\', sans-serif;\n margin: 0;\n padding: 0 20px 20px;\n }\n h1{\n margin: 10px 0 0;\n font-size: 28px;\n font-weight: 500;\n line-height: 32px;\n }\n h2{\n color: #4288ce;\n font-weight: 400;\n padding: 6px 0;\n margin: 6px 0 0;\n font-size: 18px;\n border-bottom: 1px solid #eee;\n }\n h3{\n margin: 12px;\n font-size: 16px;\n font-weight: bold;\n }\n abbr{\n cursor: help;\n text-decoration: underline;\n text-decoration-style: dotted;\n }\n a{\n color: #868686;\n cursor: pointer;\n }\n a:hover{\n text-decoration: underline;\n }\n .line-error{\n background: #f8cbcb;\n }\n\n .echo table {\n width: 100%;\n }\n\n .echo pre {\n padding: 16px;\n overflow: auto;\n font-size: 85%;\n line-height: 1.45;\n background-color: #f7f7f7;\n border: 0;\n border-radius: 3px;\n font-family: Consolas, \"Liberation Mono\", Menlo, Courier, monospace;\n }\n\n .echo pre > pre {\n padding: 0;\n margin: 0;\n }\n \n /* Exception Info */\n .exception {\n margin-top: 20px;\n }\n .exception .message{\n padding: 12px;\n border: 1px solid #ddd;\n border-bottom: 0 none;\n line-height: 18px;\n font-size:16px;\n border-top-left-radius: 4px;\n border-top-right-radius: 4px;\n font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"\345\276\256\350\275\257\351\233\205\351\273\221\";\n }\n\n .exception .code{\n float: left;\n text-align: center;\n color: #fff;\n margin-right: 12px;\n padding: 16px;\n border-radius: 4px;\n background: #999;\n }\n .exception .source-code{\n padding: 6px;\n border: 1px solid #ddd;\n\n background: #f9f9f9;\n overflow-x: auto;\n\n }\n .exception .source-code pre{\n margin: 0;\n }\n .exception .source-code pre ol{\n margin: 0;\n color: #4288ce;\n display: inline-block;\n min-width: 100%;\n box-sizing: border-box;\n font-size:14px;\n font-family: \"Century Gothic\",Consolas,\"Liberation Mono\",Courier,Verdana;\n padding-left: 40px;\n }\n .exception .source-code pre li{\n border-left: 1px solid #ddd;\n height: 18px;\n line-height: 18px;\n }\n .exception .source-code pre code{\n color: #333;\n height: 100%;\n display: inline-block;\n border-left: 1px solid #fff;\n font-size:14px;\n font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"\345\276\256\350\275\257\351\233\205\351\273\221\";\n }\n .exception .trace{\n padding: 6px;\n border: 1px solid #ddd;\n border-top: 0 none;\n line-height: 16px;\n font-size:14px;\n font-family: Consolas,\"Liberation Mono\",Courier,Verdana,\"\345\276\256\350\275\257\351\233\205\351\273\221\";\n }\n .exception .trace ol{\n margin: 12px;\n }\n .exception .trace ol li{\n padding: 2px 4px;\n }\n .exception div:last-child{\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 4px;\n }\n\n /* Exception Variables */\n .exception-var table{\n width: 100%;\n margin: 12px 0;\n box-sizing: border-box;\n table-layout:fixed;\n word-wrap:break-word; \n }\n .exception-var table caption{\n text-align: left;\n font-size: 16px;\n font-weight: bold;\n padding: 6px 0;\n }\n .exception-var table caption small{\n font-weight: 300;\n display: inline-block;\n margin-left: 10px;\n color: #ccc;\n }\n .exception-var table tbody{\n font-size: 13px;\n font-family: Consolas,\"Liberation Mono\",Courier,\"\345\276\256\350\275\257\351\233\205\351\273\221\";\n }\n .exception-var table td{\n padding: 0 6px;\n vertical-align: top;\n word-break: break-all;\n }\n .exception-var table td:first-child{\n width: 28%;\n font-weight: bold;\n white-space: nowrap;\n }\n .exception-var table td pre{\n margin: 0;\n }\n\n /* Copyright Info */\n .copyright{\n margin-top: 24px;\n padding: 12px 0;\n border-top: 1px solid #eee;\n }\n\n /* SPAN elements with the classes below are added by prettyprint. */\n pre.prettyprint .pln { color<a href="/community/develop/issue/000" target="_blank"> #000 </a>} /* plain text */\n pre.prettyprint .str { color<a href="/community/develop/issue/080" target="_blank"> #080 </a>} /* string content */\n pre.prettyprint .kwd { color<a href="/community/develop/issue/008" target="_blank"> #008 </a>} /* a keyword */\n pre.prettyprint .com { color<a href="/community/develop/issue/800" target="_blank"> #800 </a>} /* a comment */\n pre.prettyprint .typ { color<a href="/community/develop/issue/606" target="_blank"> #606 </a>} /* a type name */\n pre.prettyprint .lit { color<a href="/community/develop/issue/066" target="_blank"> #066 </a>} /* a literal value */\n /* punctuation, lisp open bracket, lisp close bracket */\n pre.prettyprint .pun, pre.prettyprint .opn, pre.prettyprint .clo { color<a href="/community/develop/issue/660" target="_blank"> #660 </a>}\n pre.prettyprint .tag { color<a href="/community/develop/issue/008" target="_blank"> #008 </a>} /* a markup tag name */\n pre.prettyprint .atn { color<a href="/community/develop/issue/606" target="_blank"> #606 </a>} /* a markup attribute name */\n pre.prettyprint .atv { color<a href="/community/develop/issue/080" target="_blank"> #080 </a>} /* a markup attribute value */\n pre.prettyprint .dec, pre.prettyprint .var { color<a href="/community/develop/issue/606" target="_blank"> #606 </a>} /* a declaration; a variable name */\n pre.prettyprint .fun { color: red } /* a function name */\n </style>\n</head>\n<body>\n <div class=\"echo\">\n </div>\n <div class=\"exception\">\n \n <div class=\"info\"><h1>\351\241\265\351\235\242\351\224\231\350\257\257\357\274\201\350\257\267\347\250\215\345\220\216\345\206\215\350\257\225\357\275\236</h1></div>\n \n </div>\n \n \n </body>\n</html>,请核对回调地址正确性和业务逻辑代码可用性。 已私信回调地址. PS。回调通知注意事项https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_8&index=6 回调与查单最佳实践https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_9&index=1
微信小程序支付成功了,没有进回调地址,是什么问题微信小程序支付成功了,回调方法也写了,就是不进回调方法,都配置好了,交易订单号4200000818202012032311068485,帮忙查下怎么回事呀
2020-12-03您好,您的问题建议您前往V3文档:https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/pages/index.shtml 点击右下角“技术咨询”实时寻求技术帮助。 若您的问题得到解决,请回社区晒出解决方案,以帮助更多遇到此问题的人,感谢您的支持~
企业付款到银行卡问题待付单状态 由SUCCESS 转BANK_FAIL 为什么付款成功了还会出现银行退票的情况
2020-12-03您好,两笔订单,微信支付结果通知已成功回调到您的回调地址,您这边响应内容为:“Error”,请核对回调地址正确性和业务逻辑代码可用性。 已私信回调地址. PS。回调通知注意事项https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_8&index=6 回调与查单最佳实践https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_9&index=1
jsapi支付收不到回调14020120222061120201203104457569 14020120222061120201203111105189 这两笔订单
2020-12-03您好,微信支付结果通知已成功回调到您的回调地址,您这边响应内容为:“空”,请核对回调地址正确性和业务逻辑代码可用性。 已私信回调地址. PS。回调通知注意事项https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_8&index=6 回调与查单最佳实践https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=23_9&index=1
小程序支付完成后,没有调用回调接口交易订单4200000848202012037616473099,麻烦查下有没有正常回调
2020-12-03请参考API证书到期后如何续期? https://kf.qq.com/faq/161222nEB7b6161222ArMNFR.html
微信支付api证书在有效期内续期是否需要更新代码?微信支付api证书续期是否需要更新代码?
2020-12-03