Skip to content

Commit b075a8a

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
risk score reasons are marked as available in all three minfraud tiers
1 parent b9e47f2 commit b075a8a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,15 +987,15 @@ will not be present in the response.
987987
```
988988

989989
{{< schema-table key="risk_score_reason" >}}
990-
{{< minfraud-schema-row key="multiplier" type="response" valueType="Decimal" valueTypeNote="min: 0.01, max: 100" factors="true" >}}
990+
{{< minfraud-schema-row key="multiplier" type="response" valueType="Decimal" valueTypeNote="min: 0.01, max: 100" score="true" insights="true" factors="true" >}}
991991
The factor by which the risk score is increased (if the value is greater than 1) or decreased (if the value is less than 1) for given risk reason(s). Multipliers greater than 1.5 and less than 0.66 are considered significant and lead to risk reason(s) being present.
992992
{{</minfraud-schema-row>}}
993993

994-
{{< minfraud-schema-row key="reasons" type="response" valueType="array" factors="true" >}}
994+
{{< minfraud-schema-row key="reasons" type="response" valueType="array" score="true" insights="true" factors="true" >}}
995995
This array contains objects that describe one of the reasons for the multiplier.
996996
{{</minfraud-schema-row>}}
997997

998-
{{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="format: enum, max length: 255" factors="true" >}}
998+
{{< minfraud-schema-row key="code" type="response" valueType="string" valueTypeNote="format: enum, max length: 255" score="true" insights="true" factors="true" >}}
999999
A machine-readable code identifying the risk reason. Examples listed below. Although more codes may be added in the future, a list of current codes may be provided on request.
10001000
| Code |
10011001
| --------------- |
@@ -1004,7 +1004,7 @@ will not be present in the response.
10041004
| ORG\_DISTANCE\_RISK |
10051005
{{</minfraud-schema-row>}}
10061006

1007-
{{< minfraud-schema-row key="reason" type="response" valueType="string" factors="true" >}}
1007+
{{< minfraud-schema-row key="reason" type="response" valueType="string" score="true" insights="true" factors="true">}}
10081008
The human-readable description of the risk reason and its effect on the overall risk score.
10091009
| Code | Reason |
10101010
| ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)