Skip to content

取消补差(平台收付通)

对带有补差标识的订单,如果不需要补差,可在发起发起分账前,可调用这个接口进行取消补差。 官方文档

js
wxpay
.
v3
.
ecommerce
.
subsidies
.
cancel
.
post
({
sub_mchid
,
transaction_id
,
description
,
}) .
then
(
({
data
: {
sub_mchid
,
transaction_id
,
result
,
description
,
}, }) => ({
sub_mchid
,
transaction_id
,
result
,
description
,
}) )

Released under the MIT License. (SITEMAP)