Skip to content

查询订单剩余待分金额(平台收付通)

可调用此接口查询订单剩余待分金额 官方文档

js
wxpay
.
v3
.
ecommerce
.
profitsharing
.
orders
.
_transaction_id_
.
amounts
.
get
({
transaction_id
,
}) .
then
(
({
data
: {
transaction_id
,
unsplit_amount
,
}, }) => ({
transaction_id
,
unsplit_amount
,
}) )

Released under the MIT License. (SITEMAP)