接口发放的券不会出现在卡包中,只有调起支付符合规则才能看到
API制券满减成功,激活接口和发券接口都正常返回,但是为什么用户没有收到券?创建券接口URL和返回报文:https://api.mch.weixin.qq.com/v3/marketing/favor/coupon-stocks {"create_time":"2021-01-29T12:39:13+08:00","stock_id":"15434536"} 激活接口URL和返回报文:https://api.mch.weixin.qq.com/v3/marketing/favor/stocks/" + stockId + "/start" {"create_time":"2021-01-29T10:18:48+08:00","stock_id":"15434536"} 发放接口返回: {"coupon_id":"20148167832"} 查询券状态也是正常,但是用户就是没有收到券,请问这是什么问题呢?
2021-02-03麻烦提供下API接口及API接口地址哈~
V3支付获取返回结果prepay_id数据$resp = $client->request('POST', 'https://api.mch.weixin.qq.com/v3/pay/transactions/jsapi'这个请求完以后怎么最终获取到微信返回的数据。 try能捕捉到返回结果,但是查看$resp对象里并没有有价值的方法,$resp->getStatusCode()能获取到成功的200状态。怎么获取到prepay_id结果呢?
2021-02-03麻烦提供下调起参数,时间点
vue框架的app如何唤醒微信支付[图片] 这是微信支付的链接,但是i因为我的项目是vue写的,无法唤醒微信支付,然后按照WeixinJSBridge.invoke方法 [图片] 该方法还是失败,我应该用什么合适的方法唤醒微信支付呢
2021-02-03请提供420或者其它数字开头的的微信支付订单号,或者商户号+商户订单号+时间,后台帮您核实一下
微信回调时间过长微信在半小时之后才会回调,这是什么原因,能解释一下吗
2021-02-02可以参考下这个:https://wechatpay-api.gitbook.io/wechatpay-api-v3/qian-ming-zhi-nan-1/qian-ming-sheng-cheng
签名AutoUpdateCertificatesVerifier如何根据签名串获取签名值
2021-02-02参考下这个https://developers.weixin.qq.com/community/develop/doc/000a8e42b54488af574b1f48156809
JSAPI支付成功后没有回调统一下单时填写的notify_url可是可以通过外网直接访问的https,而且没有请求进来这是怎么回事:)
2021-02-02订单有部分分账,订单有剩余未分账金额,退款金额不能大于剩余未分账金额,否则要调“完结分账”接口,解冻剩余资金后再退款
单次分账后,部分退款返回申请退款金额大于剩余未分账金额,请等待分账完成后再试?调用单次分账接口后,部分退款,返回申请退款金额大于剩余未分账金额,请等待分账完成后再试
2021-02-02麻烦提供下接口文档地址和具体的返回错误信息
支付闪退E/Instrumentation: Uninitialized ActivityThread, likely app-created Instrumentation, disabling AppComponentFactory java.lang.Throwable at android.app.Instrumentation.getFactory(Instrumentation.java:1306) at android.app.Instrumentation.newActivity(Instrumentation.java:1297) at com.tencent.mm.splash.k.newActivity(SourceFile:61) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3418) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3645) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2227) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:230) at android.app.ActivityThread.main(ActivityThread.java:7748) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:508) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
2021-02-02您好,这边是微信支付技术专区,主要解决支付相关的问题,您的问题建议您微信关注“腾讯客服”公众号,然后描述问题即可,若无法解决您的问题,可在公众号内输入“人工”,会有业务侧的人工客服协助处理。
微信红包封面证明材料[图片] 如果普通的视频号博主,想自己做一个红包封面.淘宝请人画一个封面,但是没有什么著作版权之类的文件.怎么去解决呢 ?
2021-02-02这个请检查下请求方式 是否正确
微信点金计划api调用40519:14:51.260 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request POST /v3/certificates HTTP/1.1 19:14:51.260 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED 19:14:51.262 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> POST /v3/certificates HTTP/1.1 19:14:51.262 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Content-Type: application/json 19:14:51.262 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Accept: application/json; charset=UTF-8 19:14:51.262 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Content-Length: 39 19:14:51.263 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Host: api.mch.weixin.qq.com 19:14:51.263 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Connection: Keep-Alive 19:14:51.263 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_211) 19:14:51.263 [main] DEBUG org.apache.http.headers - http-outgoing-0 >> Accept-Encoding: gzip,deflate 19:14:51.263 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "POST /v3/certificates HTTP/1.1[\r][\n]" 19:14:51.263 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Content-Type: application/json[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Accept: application/json; charset=UTF-8[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Content-Length: 39[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Host: api.mch.weixin.qq.com[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Connection: Keep-Alive[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "User-Agent: Apache-HttpClient/4.5.3 (Java/1.8.0_211)[\r][\n]" 19:14:51.264 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "Accept-Encoding: gzip,deflate[\r][\n]" 19:14:51.265 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "[\r][\n]" 19:14:51.265 [main] DEBUG org.apache.http.wire - http-outgoing-0 >> "operation_type=OPEN&sub_mchid=391082108" 19:14:51.281 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "HTTP/1.1 405 Method Not Allowed[\r][\n]" 19:14:51.281 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "Server: nginx[\r][\n]" 19:14:51.281 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "Date: Mon, 01 Feb 2021 11:14:51 GMT[\r][\n]" 19:14:51.281 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "Content-Length: 0[\r][\n]" 19:14:51.282 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "Connection: keep-alive[\r][\n]" 19:14:51.282 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "Keep-Alive: timeout=8[\r][\n]" 19:14:51.282 [main] DEBUG org.apache.http.wire - http-outgoing-0 << "[\r][\n]" 19:14:51.285 [main] DEBUG org.apache.http.headers - http-outgoing-0 << HTTP/1.1 405 Method Not Allowed 19:14:51.286 [main] DEBUG org.apache.http.headers - http-outgoing-0 << Server: nginx 19:14:51.286 [main] DEBUG org.apache.http.headers - http-outgoing-0 << Date: Mon, 01 Feb 2021 11:14:51 GMT 19:14:51.286 [main] DEBUG org.apache.http.headers - http-outgoing-0 << Content-Length: 0 19:14:51.286 [main] DEBUG org.apache.http.headers - http-outgoing-0 << Connection: keep-alive 19:14:51.286 [main] DEBUG org.apache.http.headers - http-outgoing-0 << Keep-Alive: timeout=8 19:14:51.292 [main] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive for 8000 MILLISECONDS 19:14:51.293 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection [id: 0][route: {s}->https://api.mch.weixin.qq.com:443] can be kept alive for 8.0 seconds 19:14:51.293 [main] DEBUG org.apache.http.impl.conn.PoolingHttpClientConnectionManager - Connection released: [id: 0][route: {s}->https://api.mch.weixin.qq.com:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20] 响应状态为:HTTP/1.1 405 Method Not Allowed 响应内容长度为:0 响应内容为:
2021-02-02