主题
如:若需要在3号扣费,则需要在1号将通知下发给用户,2号为用户的扣费等待期,用户可以选择等待扣费或关闭扣费服务,3号商户可正常发起扣费。 官方文档
wxpay.v3.papay.contracts._contract_id_.notify.post({ mchid, appid, deduct_duration, estimated_amount, }, { contract_id }) .then(({ status, }) => status === 204)