File tree Expand file tree Collapse file tree 1 file changed +40
-4
lines changed
content/minfraud/api-documentation Expand file tree Collapse file tree 1 file changed +40
-4
lines changed Original file line number Diff line number Diff line change @@ -1580,15 +1580,51 @@ Factors services, and a full example of the JSON body document for an error.
15801580 "type" : " military"
15811581 },
15821582 "risk_reasons" : [
1583+ {
1584+ "multiplier" : 45 ,
1585+ "reasons" : [
15831586 {
15841587 "code" : " ANONYMOUS_IP" ,
1585- "reason" : " The IP address belongs to an anonymous network. See /ip_address/traits for more details. "
1588+ "reason" : " The Anonymous IP address raised the overall risk score "
15861589 },
15871590 {
1588- "code" : " MINFRAUD_NETWORK_ACTIVITY" ,
1589- "reason" : " Suspicious activity has been seen on this IP address across minFraud customers."
1591+ "code" : " IP_ISSUER_ID_NUMBER_VELOCITY" ,
1592+ "reason" : "The number of distinct Issuer ID Numbers found in the
1593+ velocity check on IP address raised the overall risk score"
15901594 }
1591- ],
1595+ ]
1596+ },
1597+ {
1598+ "multiplier" : 1.8 ,
1599+ "reasons" : [
1600+ {
1601+ "code" : " TIME_OF_DAY" ,
1602+ "reason" : "The local time of day of the request raised the overall
1603+ risk score"
1604+ }
1605+ ]
1606+ },
1607+ {
1608+ "multiplier" : 1.6 ,
1609+ "reasons" : [
1610+ {
1611+ "code" : " EMAIL_DOMAIN_NEW" ,
1612+ "reason" : "The email domain being recently seen for the first time
1613+ in the minFraud network raised the overall risk score"
1614+ }
1615+ ]
1616+ },
1617+ {
1618+ "multiplier" : 0.34 ,
1619+ "reasons" : [
1620+ {
1621+ "code" : " PHONE_ACTIVITY" ,
1622+ "reason" : "minFraud network activity of the phone number lowered
1623+ the overall risk score"
1624+ }
1625+ ]
1626+ }
1627+ ] ,
15921628 "subdivisions" : [
15931629 {
15941630 "confidence" : 50 ,
You can’t perform that action at this time.
0 commit comments