-
appId
String appId
设置微信公众号或者小程序等的appid.
-
mchId
String mchId
微信支付商户号.
-
mchKey
String mchKey
微信支付商户密钥.
-
subAppId
String subAppId
服务商模式下的子商户公众账号ID,普通模式请不要配置.
-
subMchId
String subMchId
服务商模式下的子商户号,普通模式请不要配置.
-
keyPath
String keyPath
apiclient_cert.p12文件的绝对路径,或者如果放在项目中,请以classpath:开头指定.
-
serviceId
String serviceId
微信支付分serviceId.
-
certSerialNo
String certSerialNo
证书序列号.
-
apiv3Key
String apiv3Key
apiV3秘钥.
-
notifyUrl
String notifyUrl
微信支付异步回调地址,通知url必须为直接可访问的url,不能携带参数.
-
refundNotifyUrl
String refundNotifyUrl
退款结果异步回调地址,通知url必须为直接可访问的url,不能携带参数.
-
payScoreNotifyUrl
String payScoreNotifyUrl
微信支付分回调地址.
-
payScorePermissionNotifyUrl
String payScorePermissionNotifyUrl
微信支付分授权回调地址.
-
privateKeyPath
String privateKeyPath
apiv3 商户apiclient_key.pem.
-
privateCertPath
String privateCertPath
apiv3 商户apiclient_cert.pem.
-
publicKeyId
String publicKeyId
公钥ID.
-
publicKeyPath
String publicKeyPath
pub_key.pem证书文件的绝对路径或者以classpath:开头的类路径.
-
useSandboxEnv
boolean useSandboxEnv
微信支付是否使用仿真测试环境.
默认不使用.
-
apiHostUrl
String apiHostUrl
自定义API主机地址,用于替换默认的 https://api.mch.weixin.qq.com.
例如:http://proxy.company.com:8080
-
strictlyNeedWechatPaySerial
boolean strictlyNeedWechatPaySerial
是否将全部v3接口的请求都添加Wechatpay-Serial请求头,默认不添加.
-
fullPublicKeyModel
boolean fullPublicKeyModel
是否完全使用公钥模式(用以微信从平台证书到公钥的灰度切换),默认不使用.