程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
String |
WxEntrustPapService.preWithhold(WxPreWithholdRequest wxPreWithholdRequest)
预扣费通知
预扣费接口
详见:https://pay.weixin.qq.com/wiki/doc/api/wxpay_v2/papay/chapter3_10.shtml
商户进行委托代扣扣费前需要在可通知时间段内调用「预扣费通知」的接口为用户发送扣费提醒,
并设定扣费持续天数和预计扣费金额,经过扣费等待期后,在可扣费期内可发起扣费,扣款金额不能高于预计扣费金额,
扣费失败可主动发起重试扣费(重试次数由其他规则限制),直到扣费成功,或者可扣费期结束。
|
限定符和类型 | 方法和说明 |
---|---|
String |
WxEntrustPapServiceImpl.preWithhold(WxPreWithholdRequest wxPreWithholdRequest) |
Copyright © 2023. All rights reserved.