主题
从业机构/服务商/渠道商/商户可调用该接口,在商户订单支付完成后,进行订单风险查询,从而进行后置风险管控&生态建设。 官方文档
wxpay.v3.merchantRiskManage.tradeRiskInformation.get({ params, }) .then( ({ data: { risk_score, risk_type, punish_type, punish_description, }, }) => ({ risk_score, risk_type, punish_type, punish_description, }) )