服务商商户预扣费通知
商户进行委托代扣扣费前需要在可通知时间段内调用「预扣费通知」的接口为用户发送扣费提醒,并设定预计扣费金额,经过扣费等待期后,在可扣费期内可发起扣费,扣款金额不能高于预计扣费金额,扣费失败可主动发起重试扣费(重试次数由其他规则限制),直到扣费成功,或者可扣费期结束。 官方文档
js
wxpay.v3.partnerPapay.contracts._contract_id_.notify.post({
sp_mchid,
sp_appid,
sub_mchid,
sub_appid,
deduct_duration,
estimated_amount,
}, { contract_id })
.then(({ status, }) => status === 204)