Skip to content

Commit b7ead56

Browse files
authored
Merge pull request #1267 from maxmind/andram/update-factors-body-example
update risk reasons in factory body example
2 parents 53c843a + d7516b4 commit b7ead56

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -948,8 +948,7 @@ will not be present in the response.
948948
},
949949
{
950950
"code": "IP_ISSUER_ID_NUMBER_VELOCITY",
951-
"reason": "The number of distinct Issuer ID Numbers found in the
952-
velocity check on IP address raised the overall risk score"
951+
"reason": "The number of distinct Issuer ID Numbers found in the velocity check on IP address raised the overall risk score"
953952
}
954953
]
955954
},
@@ -958,8 +957,7 @@ will not be present in the response.
958957
"reasons": [
959958
{
960959
"code": "TIME_OF_DAY",
961-
"reason": "The local time of day of the request raised the overall
962-
risk score"
960+
"reason": "The local time of day of the request raised the overall risk score"
963961
}
964962
]
965963
},
@@ -968,8 +966,7 @@ will not be present in the response.
968966
"reasons": [
969967
{
970968
"code": "EMAIL_DOMAIN_NEW",
971-
"reason": "The email domain being recently seen for the first time
972-
in the minFraud network raised the overall risk score"
969+
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
973970
}
974971
]
975972
},
@@ -978,8 +975,7 @@ will not be present in the response.
978975
"reasons": [
979976
{
980977
"code": "PHONE_ACTIVITY",
981-
"reason": "minFraud network activity of the phone number lowered
982-
the overall risk score"
978+
"reason": "minFraud network activity of the phone number lowered the overall risk score"
983979
}
984980
]
985981
}
@@ -1580,14 +1576,46 @@ Factors services, and a full example of the JSON body document for an error.
15801576
"type": "military"
15811577
},
15821578
"risk_reasons": [
1579+
{
1580+
"multiplier": 45,
1581+
"reasons": [
15831582
{
15841583
"code": "ANONYMOUS_IP",
1585-
"reason": "The IP address belongs to an anonymous network. See /ip_address/traits for more details."
1584+
"reason": "The Anonymous IP address raised the overall risk score"
15861585
},
15871586
{
1588-
"code": "MINFRAUD_NETWORK_ACTIVITY",
1589-
"reason": "Suspicious activity has been seen on this IP address across minFraud customers."
1587+
"code": "IP_ISSUER_ID_NUMBER_VELOCITY",
1588+
"reason": "The number of distinct Issuer ID Numbers found in the velocity check on IP address raised the overall risk score"
1589+
}
1590+
]
1591+
},
1592+
{
1593+
"multiplier": 1.8,
1594+
"reasons": [
1595+
{
1596+
"code": "TIME_OF_DAY",
1597+
"reason": "The local time of day of the request raised the overall risk score"
1598+
}
1599+
]
1600+
},
1601+
{
1602+
"multiplier": 1.6,
1603+
"reasons": [
1604+
{
1605+
"code": "EMAIL_DOMAIN_NEW",
1606+
"reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score"
15901607
}
1608+
]
1609+
},
1610+
{
1611+
"multiplier": 0.34,
1612+
"reasons": [
1613+
{
1614+
"code": "PHONE_ACTIVITY",
1615+
"reason": "minFraud network activity of the phone number lowered the overall risk score"
1616+
}
1617+
]
1618+
}
15911619
],
15921620
"subdivisions": [
15931621
{

0 commit comments

Comments
 (0)