有out_trade_no就查自家系统,看订单类型呀;再不济,在预支付的时候,attach字段也可以上送自定义文本,回调通知时,会原样给你返回回来
同一个PC网站,有充值和直接支付两个场景需要用到Native扫码支付,但是通知地址只有一个,怎么区分我们正在给客户开发的PC保险商城系统。 其中渠道客户可以预先充值,也可以直接下单后支付,所以存在充值支付,订单支付两个支付场景,都用到了Native扫码支付。 但是Native支付的通知地址只有一个,我看了通知报文也只有一个out_trade_no是我们调用支付接口时候传入的。我们怎么判断是充值的通知,还是支付的通知呢?
2021-08-30Cannot ready property ‘coupon_code’ of undefined,说明你送给发券小程序的参数有问题(非object)对象,跟组建返回值无关呀
小程序发放商家券,组件没有返回值?[图片][图片] 微信手机版本 8.0.10, 插件使用最新版本
2021-08-30native回调链接是在请求「预支付」时,随请求参数发给微信支付服务端,方能拿到`wexin://`样的预支付URI地址。
nativenative配置回调链接应该是预支付的url还是支付成功的url 服务器一直在read from server没有回调支付的url地址生成不了二维码
2021-08-30一般的正常「订/买」行为,退款比例如果很高的话,会引起「微信风控」注意,只要是合法经营,应该不会有啥影响;另外,微信日/年转账是个人微信的说法,微信商户号上说法是「转账到零钱/银行卡」这个会因风控评级有稍许影响。
微信退款,会记入每日支付限额吗?我开发小商城团购,购买商品有订金,通过微信支付。如果未成单则退款返还订金。请问退款是否会计入微信帐户每日、每年转账限额?
2021-08-30用1611357795绑定的超级管理员手机号打95017走人工客服咨询解封
商户JSAPI支付权限冻结!商户号为:1611357795请支付小助手处理下?商户提示延迟结算,和关闭支付权限。申诉提示暂无可以申诉单据?这样的商户怎么结算? [图片] [图片]
2021-08-30请先检查你唤醒支付的前置依赖「获取用户openid」步骤,invalid appsecret 提示你,在调用oauth授权获取用户openid时,发生错误。
微信公众号内,微信支付出现的问题?客户反应,有部分公众号用户无法在公众号内支付,点击支付无反应 数据发现如下错误! "errcode":40125,"errmsg":"invalid appsecret, view more at http://t.cn/RAEkdVq rid: 612c34c5-10a614a6-7b7c0a3f" 请问如何处理?
2021-08-30请求的XML是什么样的呢?
求教,微信支付成功,在商户平台也可以查到订单,但通过接口查询订单不存在?[图片] [图片]
2021-08-30完整命令示例: ```shell ./bin/CertificateDownloader.php -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} ``` 或 ```shell php -f ./bin/CertificateDownloader.php -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} ``` 使用`composer`安装的软件包,可以通过如下命令下载: ```shell vendor/bin/CertificateDownloader.php -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} ``` 或 ```shell composer exec CertificateDownloader.php -- -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} ``` 使用源码克隆版本,也可以使用`composer`通过以下命令下载: ```shell composer v3-certificates -k ${apiV3key} -m ${mchId} -f ${mchPrivateKeyFilePath} -s ${mchSerialNo} -o ${outputFilePath} ``` https://github.com/wechatpay-apiv3/wechatpay-php/blob/main/bin/README.md
微信支付 v3 jsapi 平台证书怎么都获取不了,报错 option not found kphp -f ./bin/CertificateDownloader.php -k xxxssssss -m 123456 -f /usr/local/wxpay/apiclient_key.pem -s xxxxxxxxxxxxxxxxxxxxxxxxx -o /usr/local/wxpay/cert.pem Error in argument 3, char 2: option not found k Usage: php [options] [-f] <file> [--] [args...] php [options] -r <code> [--] [args...] php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...] php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...] php [options] -S <addr>:<port> [-t docroot] [router] php [options] -- [args...] php [options] -a -a Run interactively -c <path>|<file> Look for php.ini file in this directory -n No configuration (ini) files will be used -d foo[=bar] Define INI entry foo with value 'bar' -e Generate extended information for debugger/profiler -f <file> Parse and execute <file>. -h This help -i PHP information -l Syntax check only (lint) -m Show compiled in modules -r <code> Run PHP <code> without using script tags <?..?> -B <begin_code> Run PHP <begin_code> before processing input lines -R <code> Run PHP <code> for every input line -F <file> Parse and execute <file> for every input line -E <end_code> Run PHP <end_code> after processing all input lines -H Hide any passed arguments from external tools. -S <addr>:<port> Run with built-in web server. -t <docroot> Specify document root <docroot> for built-in web server. -s Output HTML syntax highlighted source. -v Version number -w Output source with stripped comments and whitespace. -z <file> Load Zend extension <file>. args... Arguments passed to script. Use -- args when first argument starts with - or script is read from stdin --ini Show configuration file names --rf <name> Show information about function <name>. --rc <name> Show information about class <name>. --re <name> Show information about extension <name>. --rz <name> Show information about Zend extension <name>. --ri <name> Show configuration for extension <name>、 b b并没有 -k 这个属性啊,这个平台证书要真么获取,有没有跟我一样遇到的情况?整了一天了都没有搞好,请大神给与指点下
2021-08-30加密实现方案
微信支付服务商尽职调查中的个人信息保护项填写规则麻烦问下 都都要提供哪些信息呢,需要提供加密数据文件模板还是提供数据加密实现方案? [图片]
2021-08-28PHP开发推荐使用 wechatpay/wechatpay 开发包,验签自动完成(前提是给对平台证书)
V3 接口图片上传,返回结果正常,对结果进行验签一直失败[图片]
2021-08-28