请求 JSON 预览
本地校验通过后才允许提交给 API
{
"state": {
"order_amount": 8600,
"account_age_days": 3,
"billing_country": "SG",
"device_country": "US",
"failed_payment_attempts": 4
},
"questions": {
"risk_level": {
"type": "score",
"instructions": "How risky is this order based on the supplied signals?",
"criteria": [
"Low risk",
"Moderate risk",
"High risk",
"Critical risk"
]
},
"review_action": {
"type": "choice",
"instructions": "What review action should the order take next?",
"criteria": {
"approve": "Continue normal processing",
"manual_review": "Pause for specialist review",
"block": "Block before fulfillment"
}
},
"suspicious": {
"type": "noul",
"instructions": "Do the supplied signals indicate suspicious activity?"
}
}
}