Skip to content

查询风险信息

从业机构/服务商/渠道商/商户可调用该接口,在商户订单支付完成后,进行订单风险查询,从而进行后置风险管控&生态建设。 官方文档

js
wxpay
.
v3
.
merchantRiskManage
.
tradeRiskInformation
.
get
({
params
,
}) .
then
(
({
data
: {
risk_score
,
risk_type
,
punish_type
,
punish_description
,
}, }) => ({
risk_score
,
risk_type
,
punish_type
,
punish_description
,
}) )

Released under the MIT License. (SITEMAP)