微信服务商模式V3支付成功后没有收到微信回调?

微信支付 文章 2021-03-01 21:42 659 0 全屏看文

AI助手支持GPT4.0

微信服务商模式V3支付成功后没有收到微信回调?Didn't receive WeChat callback after successful payment in WeChat service provider mode V3?

微信服务商模式V3支付成功后没有收到微信回调?

1、回调地址是https的,可以直接通过公网调用。

2、回调地址没有做白名单拦截一类的。

3、回调地址仅仅是一个空接口,空接口,空接口,没有做任何的业务处理。

4、已经配置过了API证书、API密钥、APIv3密钥,之前发帖提问过,官方大佬回答是没有设置APIv3密钥,但是我这边之前设置过,依然收不到回调,望大佬解答疑惑啊!

微信支付订单号4200000890202102258857783388,商户订单号1364758569811042305,回调地址https://weChatPayNotify.inca.com.cn/weChatPay/payResultNotifyV3

1. The callback address is HTTPS, which can be called directly through the public network. 2. Callback address does not do white list interception. 3. Callback address is just an empty interface, empty interface, empty interface, without any business processing. 4. The API certificate, API key and apiv3 key have been configured. I have posted a question before. The official boss replied that the apiv3 key has not been set, but I have set it before, and I still can't receive a callback. I hope the boss can answer my doubts! Wechat payment order No. 42000008902202258857783388, merchant Order No. 1364758569811042305, callback address https://weChatPayNotify.inca.com.cn/weChatPay/payResultNotifyV3

回答:

Memory:

微信支付完成后notify_url,没有收到回调通知情况下,可按以下几个步骤排查问题:

1、核实上送回调地址是否可被外网访问,是否有DNS解析

2、核实是否有安全策略拦截微信支付回调通知

3、确认回调地址代码的可用性

4、如果使用V3接口,确认下是否设置加密的秘钥,登录商户平台操作~请参考APIV3秘钥设置

附:回调通知注意事项支付回调和查单实现指引


跨商通:

你的notify_url访问不了。自查吧。

李:额,这个url是映射到开发环境的,开发环境目前未启动
李:

-EOF-

AI助手支持GPT4.0