Skip to content

获取商户开票基础信息

查询商户在微信支付商户平台中配置的电子发票开票基础信息。 官方文档

js
wxpay
.
v3
.
newTaxControlFapiao
.
merchant
.
baseInformation
.
get
({
params
,
}) .
then
(
({
data
: {
seller_information
,
extra_information
,
}, }) => ({
seller_information
,
extra_information
,
}) )

Released under the MIT License. (SITEMAP)