Skip to content

Commit

Permalink
more mods and array example has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Andra Mircioiu authored and Andra Mircioiu committed Jan 10, 2025
1 parent 7cfb423 commit a106e96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions content/minfraud/api-documentation/responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ will not be present in the response.
"reasons": [
{
"code": "ANONYMOUS_IP",
"reason": "Risk due to IP being an Anonymous IP"
"reason": "The Anonymous IP address raised the overall risk score"
}
]
},
Expand All @@ -953,25 +953,25 @@ will not be present in the response.
"reasons": [
{
"code": "TIME_OF_DAY",
"reason": "Risk due to local time of day"
"reason": "The local time of day of the request raised the overall risk score"
}
]
},
{
"multiplier": 1.6,
"reasons": [
{
"reason": "Riskiness of newly-sighted email domain",
"code": "EMAIL_DOMAIN_NEW"
"code": "EMAIL_DOMAIN_NEW",
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
}
]
},
{
"multiplier": 0.34,
"reasons": [
{
"code": "EMAIL_ADDRESS_NEW",
"reason": "Riskiness of newly-sighted email address"
"code": "PHONE_ACTIVITY",
"reason": "minFraud network activity of the phone number lowered the overall risk score"
}
]
}
Expand All @@ -990,7 +990,7 @@ will not be present in the response.
{{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="format: enum, max length: 255" factors="true" >}}
The machine-readable code for the risk reason. We have listed a few examples in the table below. A complete list of current codes may be provided on request.
| Code |
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| ------------------------------------------ |
| ANONYMOUS\_IP |
| COUNTRY |
| ORG\_DISTANCE\_RISK |
Expand Down

0 comments on commit a106e96

Please sign in to comment.