Skip to content

删除分账接收方

服务商发起删除分账接收方请求。删除后,不支持将分账方商户结算后的资金,分到该分账接收方 官方文档

js
wxpay
.
v3
.
profitsharing
.
receivers
.
delete
.
post
({
sub_mchid
,
appid
,
sub_appid
,
type
,
account
,
}) .
then
(
({
data
: {
sub_mchid
,
type
,
account
,
}, }) => ({
sub_mchid
,
type
,
account
,
}) )

Released under the MIT License. (SITEMAP)