Skip to content

回退结果查询

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

js
wxpay
.
v2
.
pay
.
profitsharingreturnquery
.
post
({
mch_id
,
sub_mch_id
,
appid
,
sub_appid
,
nonce_str
,
sign_type
,
order_id
,
out_order_no
,
out_return_no
,
}) .
then
(
({
data
: {
return_code
,
return_msg
,
appid
,
mch_id
,
nonce_str
,
sign
,
result_code
,
err_code
,
err_code_des
,
sub_mch_id
,
sub_appid
,
order_id
,
out_order_no
,
out_return_no
,
return_no
,
return_account_type
,
return_account
,
return_amount
,
description
,
result
,
fail_reason
,
finish_time
,
}, }) => ({
return_code
,
return_msg
,
appid
,
mch_id
,
nonce_str
,
sign
,
result_code
,
err_code
,
err_code_des
,
sub_mch_id
,
sub_appid
,
order_id
,
out_order_no
,
out_return_no
,
return_no
,
return_account_type
,
return_account
,
return_amount
,
description
,
result
,
fail_reason
,
finish_time
,
}) )

Released under the MIT License. (SITEMAP)