Skip to content

查询分账结果

发起分账请求后,可调用此接口查询分账结果 官方文档

js
wxpay
.
v3
.
profitsharing
.
orders
.
_out_order_no_
.
get
({
out_order_no
,
params
,
}) .
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)