@@ -944,7 +944,7 @@ will not be present in the response.
944944 "reasons" : [
945945 {
946946 "code" : " ANONYMOUS_IP" ,
947- "reason" : " Risk due to IP being an Anonymous IP "
947+ "reason" : " The Anonymous IP address raised the overall risk score "
948948 }
949949 ]
950950 },
@@ -953,25 +953,25 @@ will not be present in the response.
953953 "reasons" : [
954954 {
955955 "code" : " TIME_OF_DAY" ,
956- "reason" : " Risk due to local time of day"
956+ "reason" : " The local time of day of the request raised the overall risk score "
957957 }
958958 ]
959959 },
960960 {
961961 "multiplier" : 1.6 ,
962962 "reasons" : [
963963 {
964- "reason " : " Riskiness of newly-sighted email domain " ,
965- "code " : " EMAIL_DOMAIN_NEW "
964+ "code " : " EMAIL_DOMAIN_NEW " ,
965+ "reason " : " The email domain being recently seen for the first time in the minFraud network raised the overall risk score "
966966 }
967967 ]
968968 },
969969 {
970970 "multiplier" : 0.34 ,
971971 "reasons" : [
972972 {
973- "code" : " EMAIL_ADDRESS_NEW " ,
974- "reason" : " Riskiness of newly-sighted email address "
973+ "code" : " PHONE_ACTIVITY " ,
974+ "reason" : " minFraud network activity of the phone number lowered the overall risk score "
975975 }
976976 ]
977977 }
@@ -990,7 +990,7 @@ will not be present in the response.
990990 {{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="format: enum, max length: 255" factors="true" >}}
991991 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.
992992| Code |
993- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
993+ | ------------------------------------------ |
994994 | ANONYMOUS\_ IP |
995995 | COUNTRY |
996996 | ORG\_ DISTANCE\_ RISK |
0 commit comments