Skip to content

解冻剩余资金

不需要进行分账的订单,可直接调用本接口将订单的金额全部解冻给特约商户 官方文档

js
wxpay
.
v3
.
profitsharing
.
orders
.
unfreeze
.
post
({
sub_mchid
,
transaction_id
,
out_order_no
,
description
,
}) .
then
(
({
data
: {
sub_mchid
,
transaction_id
,
out_order_no
,
order_id
,
state
,
receivers
,
}, }) => ({
sub_mchid
,
transaction_id
,
out_order_no
,
order_id
,
state
,
receivers
,
}) )

Released under the MIT License. (SITEMAP)