Skip to content

添加分账接收方

服务商可通过此接口添加分账接收方,建立分账接收方列表。连锁加盟模式下,服务商添加的分账接收方统一在品牌主商户号维度进行管理。 官方文档

js
wxpay
.
v3
.
brand
.
profitsharing
.
receivers
.
add
.
post
({
brand_mchid
,
appid
,
sub_appid
,
type
,
account
,
name
,
relation_type
,
}) .
then
(
({
data
: {
brand_mchid
,
type
,
account
,
}, }) => ({
brand_mchid
,
type
,
account
,
}) )

Released under the MIT License. (SITEMAP)