Skip to content

Commit

Permalink
modifications to tables are made
Browse files Browse the repository at this point in the history
  • Loading branch information
Andra Mircioiu authored and Andra Mircioiu committed Jan 10, 2025
1 parent 1ffe6e5 commit 7cfb423
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/minfraud/api-documentation/responses.md
Original file line number Diff line number Diff line change
Expand Up @@ -991,19 +991,19 @@ will not be present in the response.
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.
| Code |
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| ANONYMOUS\_IP | Risk due to IP being an Anonymous IP. |
| COUNTRY | The country associated with the request lowered the overall risk score. |
| 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. |
| ANONYMOUS\_IP |
| COUNTRY |
| ORG\_DISTANCE\_RISK |

{{</minfraud-schema-row>}}

{{< minfraud-schema-row key="reason" type="response" valueType="string" factors="true" >}}
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.
| Code | Reason |
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |
| ANONYMOUS\_IP | The Anonymous IP address raised the overall risk score. |
| COUNTRY | Riskiness of the country associated with the request. |
| ORG\_DISTANCE\_RISK | Risk of ISP and distance between billing address and IP location. |
| ANONYMOUS\_IP | The Anonymous IP address raised the overall risk score |
| COUNTRY | The country associated with the request lowered the overall risk score. |
| 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. |
{{</minfraud-schema-row>}}
{{</ schema-table >}}

Expand Down

0 comments on commit 7cfb423

Please sign in to comment.