Skip to content

Commit f6e2410

Browse files
committed
Do not use risk_score_reasons as IP risk_reasons
for Factors.
1 parent ede63f5 commit f6e2410

File tree

1 file changed

+4
-36
lines changed

1 file changed

+4
-36
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 4 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,44 +1662,12 @@ Factors services, and a full example of the JSON body document for an error.
16621662
},
16631663
"risk_reasons": [
16641664
{
1665-
"multiplier": 45,
1666-
"reasons": [
1667-
{
1668-
"code": "ANONYMOUS_IP",
1669-
"reason": "The Anonymous IP address raised the overall risk score"
1670-
},
1671-
{
1672-
"code": "IP_ISSUER_ID_NUMBER_VELOCITY",
1673-
"reason": "The number of distinct Issuer ID Numbers found in the velocity check on IP address raised the overall risk score"
1674-
}
1675-
]
1676-
},
1677-
{
1678-
"multiplier": 1.8,
1679-
"reasons": [
1680-
{
1681-
"code": "TIME_OF_DAY",
1682-
"reason": "The local time of day of the request raised the overall risk score"
1683-
}
1684-
]
1685-
},
1686-
{
1687-
"multiplier": 1.6,
1688-
"reasons": [
1689-
{
1690-
"code": "EMAIL_DOMAIN_NEW",
1691-
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
1692-
}
1693-
]
1665+
"code": "ANONYMOUS_IP",
1666+
"reason": "The IP address belongs to an anonymous network. See /ip_address/traits for more details."
16941667
},
16951668
{
1696-
"multiplier": 0.34,
1697-
"reasons": [
1698-
{
1699-
"code": "PHONE_ACTIVITY",
1700-
"reason": "minFraud network activity of the phone number lowered the overall risk score"
1701-
}
1702-
]
1669+
"code": "MINFRAUD_NETWORK_ACTIVITY",
1670+
"reason": "Suspicious activity has been seen on this IP address across minFraud customers."
17031671
}
17041672
],
17051673
"subdivisions": [

0 commit comments

Comments
 (0)