Skip to content

发放指定批次的消费金

商户平台/API完成制券/消费金后,可使用发放代金券接口发券/消费金。通过调用此接口可发放指定批次给指定用户。 官方文档

js
wxpay
.
v3
.
multiuse
.
users
.
_openid_
.
coupons
.
post
({
stock_id
,
out_request_no
,
user_name
,
id_card_number
,
amount
,
appid
,
card_type
,
}, {
openid
,
headers
, })
.
then
(
({
data
: {
coupon_id
,
}, }) => ({
coupon_id
,
}) )

Released under the MIT License. (SITEMAP)