Skip to content

创建电子发票卡券模板

为商户创建电子发票的卡券模板,该卡券模板在开具的电子发票插入微信用户卡包时使用。调用该接口将覆盖商户之前配置的电子发票卡券模板。 官方文档 官方文档

js
wxpay
.
v3
.
newTaxControlFapiao
.
cardTemplate
.
post
({
sub_mchid
,
card_appid
,
card_template_information
,
}) .
then
(
({
data
: {
card_appid
,
card_id
,
}, }) => ({
card_appid
,
card_id
,
}) )

Released under the MIT License. (SITEMAP)