Skip to content

Commit 0f3f245

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
requested updates are made
1 parent 508977a commit 0f3f245

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,11 @@ will not be present in the response.
945945
{
946946
"code": "ANONYMOUS_IP",
947947
"reason": "The Anonymous IP address raised the overall risk score"
948+
},
949+
{
950+
"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"
948953
}
949954
]
950955
},
@@ -953,8 +958,8 @@ will not be present in the response.
953958
"reasons": [
954959
{
955960
"code": "TIME_OF_DAY",
956-
"reason": "The local time of day of the request raised the
957-
overall risk score"
961+
"reason": "The local time of day of the request raised the overall
962+
risk score"
958963
}
959964
]
960965
},
@@ -1000,12 +1005,12 @@ will not be present in the response.
10001005
{{</minfraud-schema-row>}}
10011006

10021007
{{< minfraud-schema-row key="reason" type="response" valueType="string" factors="true" >}}
1003-
The human-readable description of the risk reason. A code may have more than one distinct reason depending on the effect of the overall risk score.
1008+
The human-readable description of the risk reason and its effect on the overall risk score.
10041009
| Code | Reason |
10051010
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
10061011
| ANONYMOUS\_IP | The Anonymous IP address raised the overall risk score |
1007-
| COUNTRY | The country associated with the request lowered the overall risk score. |
1008-
| ORG\_DISTANCE\_RISK | The risk of the ISP combined with the distance between the billing address and IP address location raised the overall risk score. |
1012+
| COUNTRY | The country associated with the request lowered the overall risk score |
1013+
| ORG\_DISTANCE\_RISK | The risk of the ISP combined with the distance between the billing address and IP address location raised the overall risk score |
10091014
{{</minfraud-schema-row>}}
10101015
{{</ schema-table >}}
10111016

0 commit comments

Comments
 (0)