Skip to content

使券失效

商户可以通过该接口将可用券进行失效处理,券失效后无法再被核销 官方文档

js
wxpay
.
v3
.
marketing
.
busifavor
.
coupons
.
deactivate
.
post
({
coupon_code
,
stock_id
,
deactivate_request_no
,
deactivate_reason
,
}) .
then
(
({
data
: {
wechatpay_deactivate_time
,
}, }) => ({
wechatpay_deactivate_time
,
}) )

Released under the MIT License. (SITEMAP)