Skip to content

查询分账回退结果

商户需要核实回退结果,可调用此接口查询回退结果 官方文档

js
wxpay
.
v3
.
profitsharing
.
returnOrders
.
_out_return_no_
.
get
({
out_return_no
,
params
,
}) .
then
(
({
data
: {
sub_mchid
,
order_id
,
out_order_no
,
out_return_no
,
return_id
,
return_mchid
,
amount
,
description
,
result
,
fail_reason
,
create_time
,
finish_time
,
}, }) => ({
sub_mchid
,
order_id
,
out_order_no
,
out_return_no
,
return_id
,
return_mchid
,
amount
,
description
,
result
,
fail_reason
,
create_time
,
finish_time
,
}) )

Released under the MIT License. (SITEMAP)