通知短信+运营短信,5秒速达,支持群发助手一键发送🚀高效触达和通知客户 广告
[TOC] ### **支付流程** ![](https://img.kancloud.cn/0c/1a/0c1a5ea26600d5c3c1061e70b7e2f834_560x308.png) ### **同步回调** 回调【支付后跳转页面路径】内带有参数 同步回调网址有?号时,回调网址为http://输入的网址&ordersn=定单号&pcode=70 同步回调网址无?号时,回调网址为http://输入的网址?ordersn=定单号&pcode=70 **ordersn值** 支付调用时候传的定单号。 **pcode值** | 值 | 说明 | | --- | --- | | 70 | 用户取消,未支付等 | | 200 | 用户支付成功 | ![](https://i.loli.net/2019/04/28/5cc513df17676.png) ### **异步回调** 【异步通知地址】填写的网址。[微信的异步通知帮助](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_7&index=3) 支付完成后,微信支付回按时间回调此网址,如不能正常接收值,可以用微信提供的[查询定单接口](https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=9_2&index=4)进行查询。 ### **异步测试接口** 如果你的异步网址无法接收数据,提供的一个接口的demo页面。 回调的测试网址: [http://xcx-test.appbsl.cn/index.php/wechat/wxpay/notify](http://xcx-test.appbsl.cn/index.php/wechat/wxpay/notify) 测试网址回调记录查看,内包括商户号,支付定单号。只保留24小时。 [https://xcx-test.appbsl.cn/index.php/wechat/wxpay/get\_wx\_paylog](https://xcx-test.appbsl.cn/index.php/wechat/wxpay/get_wx_paylog)