Skip to content

Commit 69077a4

Browse files
Andra MircioiuAndra Mircioiu
authored andcommitted
remove subscores from API response
1 parent fc1b616 commit 69077a4

File tree

1 file changed

+0
-64
lines changed

1 file changed

+0
-64
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ For full examples of response bodies, select one of the following:
197197
"billing_phone": {...},
198198
"disposition": {...},
199199
"risk_score_reasons": [...],
200-
"subscores": {...},
201200
"warnings": [...]
202201
}
203202
```
@@ -276,11 +275,6 @@ For full examples of response bodies, select one of the following:
276275
[See more](#risk-score-reasons).
277276
{{</minfraud-schema-row>}}
278277

279-
{{< minfraud-schema-row key="subscores" fragmentOverride="subscores" type="response" valueType="object" factors="true" >}}
280-
**Deprecated.** This object contains risk factor scores for many of the individual components that are used in calculating the risk_score.
281-
[See more](#subscores).
282-
{{</minfraud-schema-row>}}
283-
284278
{{< minfraud-schema-row key="warnings" fragmentOverride="warnings" type="response" valueType="array" score="true" insights="true" factors="true" >}}
285279
This array contains warning objects detailing issues with the request that was sent, such as invalid or unknown inputs.
286280
[See more](#warnings).
@@ -1075,44 +1069,6 @@ will not be present in the response.
10751069
{{</minfraud-schema-row>}}
10761070
{{</ schema-table >}}
10771071

1078-
1079-
### Subscores
1080-
{{< anchor-target schema--response--subscores >}}
1081-
1082-
{{< alert warning >}}
1083-
Risk factor scores are deprecated as of November 4, 2024. Please
1084-
[review risk score reasons](/minfraud/api-documentation/responses/#risk-score-reasons)
1085-
for insight into why a risk score is high or low.
1086-
1087-
{{</ alert >}}
1088-
1089-
This object contains risk factor scores for many of the individual components that are used in calculating the `risk_score`. [Learn more about risk factor scores on our Knowledge Base.](https://support.maxmind.com/hc/en-us/articles/4408382645915-Risk-Factor-Scores)
1090-
1091-
This object is only included with minFraud Factors. [Learn more about the differences between the minFraud services on our Knowledge Base.](https://support.maxmind.com/hc/en-us/articles/4407833140123-Compare-the-minFraud-Services)
1092-
```json
1093-
{
1094-
"avs_result": 0.01,
1095-
"billing_address": 0.02,
1096-
"billing_address_distance_to_ip_location": 0.03,
1097-
"browser": 0.04,
1098-
"chargeback": 0.05,
1099-
"country": 0.06,
1100-
"country_mismatch": 0.07,
1101-
"cvv_result": 0.08,
1102-
"device": 0.09,
1103-
"email_address": 0.1,
1104-
"email_domain": 0.11,
1105-
"email_local_part": 0.12,
1106-
"issuer_id_number": 0.13,
1107-
"order_amount": 0.14,
1108-
"phone_number": 0.15,
1109-
"shipping_address": 0.16,
1110-
"shipping_address_distance_to_ip_location": 0.17,
1111-
"time_of_day": 0.18
1112-
}
1113-
```
1114-
{{< schema-table key="subscores" >}}
1115-
11161072
{{< minfraud-schema-row key="avs_result" type="response" valueType="decimal" valueTypeNote="min: 0.01, max: 99" factors="true" >}}
11171073
**This field has been deprecated.** The risk associated with the AVS result. If present, this is a value in the range 0.01 to 99.
11181074
{{</minfraud-schema-row>}}
@@ -1828,26 +1784,6 @@ Factors services, and a full example of the JSON body document for an error.
18281784
]
18291785
}
18301786
],
1831-
"subscores": {
1832-
"avs_result": 0.01,
1833-
"billing_address": 0.02,
1834-
"billing_address_distance_to_ip_location": 0.03,
1835-
"browser": 0.04,
1836-
"chargeback": 0.05,
1837-
"country": 0.06,
1838-
"country_mismatch": 0.07,
1839-
"cvv_result": 0.08,
1840-
"device": 0.09,
1841-
"email_address": 0.1,
1842-
"email_domain": 0.11,
1843-
"email_local_part": 0.12,
1844-
"issuer_id_number": 0.13,
1845-
"order_amount": 0.14,
1846-
"phone_number": 0.15,
1847-
"shipping_address": 0.16,
1848-
"shipping_address_distance_to_ip_location": 0.17,
1849-
"time_of_day": 0.18
1850-
}
18511787
}
18521788
```
18531789

0 commit comments

Comments
 (0)