From a106e966859013cb6d821c6b7c7bdc922c578357 Mon Sep 17 00:00:00 2001 From: Andra Mircioiu Date: Fri, 10 Jan 2025 11:45:53 -0800 Subject: [PATCH] more mods and array example has been fixed --- content/minfraud/api-documentation/responses.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/minfraud/api-documentation/responses.md b/content/minfraud/api-documentation/responses.md index 5b9345de8..534e6171b 100644 --- a/content/minfraud/api-documentation/responses.md +++ b/content/minfraud/api-documentation/responses.md @@ -944,7 +944,7 @@ will not be present in the response. "reasons": [ { "code": "ANONYMOUS_IP", - "reason": "Risk due to IP being an Anonymous IP" + "reason": "The Anonymous IP address raised the overall risk score" } ] }, @@ -953,7 +953,7 @@ will not be present in the response. "reasons": [ { "code": "TIME_OF_DAY", - "reason": "Risk due to local time of day" + "reason": "The local time of day of the request raised the overall risk score" } ] }, @@ -961,8 +961,8 @@ will not be present in the response. "multiplier": 1.6, "reasons": [ { - "reason": "Riskiness of newly-sighted email domain", - "code": "EMAIL_DOMAIN_NEW" + "code": "EMAIL_DOMAIN_NEW", + "reason": "The email domain being recently seen for the first time in the minFraud network raised the overall risk score" } ] }, @@ -970,8 +970,8 @@ will not be present in the response. "multiplier": 0.34, "reasons": [ { - "code": "EMAIL_ADDRESS_NEW", - "reason": "Riskiness of newly-sighted email address" + "code": "PHONE_ACTIVITY", + "reason": "minFraud network activity of the phone number lowered the overall risk score" } ] } @@ -990,7 +990,7 @@ will not be present in the response. {{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="format: enum, max length: 255" factors="true" >}} 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 | | COUNTRY | | ORG\_DISTANCE\_RISK |