营销反欺诈风险验证 API 用于您实时获取我们的风险验证结果。
为了有效地阻止欺诈发生并避免活动资金损失,建议您在发放活动优惠之前发送请求进行风险验证,或在发放活动优惠后但在优惠兑现之前立即发送请求进行风险验证。这样可以帮助您保护活动资金的安全性,并确保只有合法的用户能够获得优惠。
示例:https://cn-efficient.apitd.net/fraud/verification/v3?partner_code=test_code&partner_key=test_key
以营销事件为例
{
"channel": "test",
"decision_event": "register",
"event_time": "2021-10-12T14:20:50.521+07:00",
"account_id": "123456789",
"country_code": 86,
"phone_number": "18700001111",
"email": "hello@gmail.com",
"ip": "210.20.10.33",
"oaid": "xxxx"
}API 状态码
{
"code": 200,
"message": "",
"sequence_id": "1648777165770866F82AC7F326307055",
"score": 90,
"result": "decline",
"reasons": [
{
"id": "IDRBVBBY",
"reason": "短时间内操作频率异常"
}
]
}