Skip to content

核销用户券

在用户满足优惠门槛后,商户可通过该接口核销用户微信卡包中具体某一张商家券。 官方文档

js
wxpay
.
v3
.
marketing
.
busifavor
.
coupons
.
use
.
post
({
coupon_code
,
stock_id
,
appid
,
use_time
,
use_request_no
,
openid
,
}) .
then
(
({
data
: {
stock_id
,
openid
,
wechatpay_use_time
,
}, }) => ({
stock_id
,
openid
,
wechatpay_use_time
,
}) )

Released under the MIT License. (SITEMAP)