Skip to content

处置结果回传

从业机构/服务商/渠道商/商户查询订单风险后,调用该接口回传对风险订单/风险商户的调查、处置信息. 官方文档

js
wxpay
.
v3
.
merchantRiskManage
.
tradeRiskResult
.
post
({
sp_mchid
,
acquiring_bank_id
,
channel_id
,
sub_mchid
,
out_trade_no
,
risk_type
,
punish_type
,
additional_punish_type
,
complaints_information
,
}) .
then
(
({
data
: {
sp_mchid
,
acquiring_bank_id
,
channel_id
,
sub_mchid
,
out_trade_no
,
risk_type
,
punish_type
,
additional_punish_type
,
punish_description
,
}, }) => ({
sp_mchid
,
acquiring_bank_id
,
channel_id
,
sub_mchid
,
out_trade_no
,
risk_type
,
punish_type
,
additional_punish_type
,
punish_description
,
}) )

Released under the MIT License. (SITEMAP)