Skip to content

添加分账接收方(平台收付通)

电商平台可通过此接口添加分账接收方,建立分账接收方列表。 官方文档

js
wxpay
.
v3
.
ecommerce
.
profitsharing
.
receivers
.
add
.
post
({
appid
,
type
,
account
,
name
,
encrypted_name
,
relation_type
,
}, {
headers
, })
.
then
(
({
data
: {
type
,
account
,
}, }) => ({
type
,
account
,
}) )

Released under the MIT License. (SITEMAP)