[图片] 这样测试都是正常的服务器上面都收到了请求数据的
微信支付notify_url不回调?POST /v3/pay/transactions/jsapi 1736145395 {"appid":"wx7c502c86e2945bdb","mchid":"1702791854","description":"G2025010614365A","out_trade_no":"3m94pzs6fa8f","notify_url":"https://cqlfs.cqwsc.com/app/OrderPay/cqlfs","amount":{"total":1,"currency":"CNY"},"payer":{"openid":"oAB706-xid1sb_1Q3m9MNGu2l_UQ"}} 测了一下,外网post的json格式可以正请访问请求,但微信支付完成后就是收不到回调通知
01-06[图片] 我查了一下,请求也是可以正常请求的,我们服务器也可以收到,但维一就是腾讯支付了不回调
不回调bug{"appid":"wx7c502c86e2945bdb","mchid":"1702791854","description":"G2025010518069D","out_trade_no":"3m8jq0dgeb137e","notify_url":"https://cqlfs.cqwsc.com/app/OrderPay/cqlfs","amount":{"total":1,"currency":"CNY"},"payer":{"openid":"oAB706-xid1sb_1Q3m9MNGu2l_UQ"}} 支付完成后,不回调,小程序支付 https://cqlfs.cqwsc.com/app/OrderPay/cqlfs
01-06我们也没有门店,腾讯取一个b2b名,搞得乱乱的
我们不想开通b2b商户支付,想换成为普通的小程序正常支付怎么才可以切换回来?[图片] 我们的业务上面也没有批发业务,前面不注意申请的时候将b2b类目给申请进去了,现在取消了也恢复不了支付,导致现在小程序无法使用普通的支付,不知道怎么才可以恢复回来,像以前那样支付
2024-10-30遇到这个真头大,删除了b2业务也无法使用,不删除直接用也用不了,哎
requestCommonPayment 批发b2支付,发现报702006错误?wx.requestCommonPayment 这个支付,因为平台就只有商家自身一家呀,但支付返回的就是报 errMsg: "requestCommonPayment:fail webapi_wxa_createmidasorder:fail mch is not registered"errno: 702006这个错误,查了一下说是二级商户进件未完成,平台也就有自身一个商家呀,这个未完成需要怎么操作吗?
2024-10-23这个删除也删除不了,用也用不了,真是无语死了
调用B2B支付方法 wx.requestCommonPayment 没有任何反应?B2B支付调用requestCommonPayment方法,传入官方示例参数,调用后没有任何反应,success/fail 没有输出任何信息呢? 当前微信已经完成了b2b认证。 wx.requestCommonPayment({ signData: JSON.stringify({ mchid: '1234567890', out_trade_no: 'test1244', description: '测试测试', amount: { order_amount: 1, currency: 'CNY' }, attach: 'test_attach', product_info: { product_list: [{ spu_id: 'spu123456', sku_id: 'sku123', title: 'QQ长鹅', path: 'pages/index', head_img: 'https://mp.weixin.qq.com/123', category: '玩偶', sku_attr: '50cm', org_price: 5000, sale_price: 4000, quantity: 5 }] }, delivery_type: 2, env: 0 }), paySig: 'd0b8bbccbe109b11549bcfd6602b08711f46600965253a949cd6a2b895152f9d', signature: 'd0b8bbccbe109b11549bcfd6602b08711f46600965253a949cd6a2b895152f9d', mode: 'retail_pay_goods', success(res) { console.log('requestCommonPayment success', res) }, fail({ errMsg, errno }) { console.error(errMsg, errno) }, })
2024-10-23腾讯真是搞得乱乱的
交易组件商户号申请成功后创建订单仍报错【未完成二级商户号进件流程】?appid: wx094ae65f23a33e97
2024-10-23最好不要接这个支付,b2b支付完全不明确,搞得乱乱的
wx.requestCommonPayment 用户态签名校验失败?public static String calcSignature(String postBody, String sessionKey) { // 输入验证 if (postBody == null || postBody.isEmpty() || sessionKey == null || sessionKey.isEmpty()) { return null; } try { // 准备签名消息 byte[] needSignMsg = postBody.getBytes("UTF-8"); // 创建HMAC-SHA256实例 Mac sha256Hmac = Mac.getInstance("HmacSHA256"); SecretKeySpec secretKey = new SecretKeySpec(sessionKey.getBytes("UTF-8"), "HmacSHA256"); sha256Hmac.init(secretKey); // 生成签名 byte[] hash = sha256Hmac.doFinal(needSignMsg); // 将字节数组转换为十六进制字符串 StringBuilder hexString = new StringBuilder(); for (byte b : hash) { String hex = Integer.toHexString(0xFF & b); if (hex.length() == 1) { hexString.append('0'); } hexString.append(hex); } // 返回签名 return hexString.toString(); } catch (NoSuchAlgorithmException | InvalidKeyException | java.io.UnsupportedEncodingException e) { System.err.println("生成签名时发生错误: " + e.getMessage()); return null; } } String signature = calcSignature(JSON.toJSONString(signData), sessionKey); 为什么还是签名校验失败,返回requestCommonPayment:fail webapi_wxa_createmidasorder:fail invalid signature" 702002。 哪里需要修改呢?
2024-10-23最好不要对接这个,添加了 这个麻烦死了,还不好用
如果对接了b2b 支付 wx.requestPayment 可以直接使用吗?如果对接了b2b 支付 wx.requestPayment 可以直接使用吗? 还是必须要用wx.requestCommonPayment [图片]
2024-10-23违规了吧
小程序不能进行支付,提示违规但无违规记录?小程序正式版支付时,提示“小程序违规,支付功能暂时无法使用”,但开发工具上面可以进行支付,正式版和测试版不能进行支付,均提示此字样,根据官方相关资料,在小程序站内信,违规记录,暂无任何违规记录,微信商家支付平台上面,站内信和违规记录均无任何记录,现在不知道是什么问题,麻烦请官方人员查看查看原因
2024-10-23腾讯一天毛病多,以前支付都是正常的,现在接入用不了
小程序支付时提示支付功能暂时无法使用,是什么问题呢?问题描述:新上线的小程序,支付功能无法使用,支付的时候提示【支付功能暂时无法使用】,如下图,已经是授权并关联了商户号。小程序和商户号均无违规记录。 小程序名称:鸿韵速冻 appid:wx1c9cd76675924cd6 原始ID:gh_c779ab1348dc 商户号:1685899688 小程序主体:广州市花都区狮岭鸿韵速冻食品店 [图片][图片][图片][图片]
2024-10-20