Skip to content

Commit 578901e

Browse files
horghclaude
andcommitted
Fix punctuation and missing words in minFraud API responses documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3131189 commit 578901e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/minfraud/api-documentation/responses.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ to handle any valid HTTP `4xx` or `5xx` status code.
182182
Your request included a <code>Content-Type</code> header that is not
183183
supported. For <code>GET</code> requests, this means the web service
184184
cannot return content of that type. For <code>PUT</code> and
185-
<code>POST</code> queries, this means the web service cannot parse a
185+
<code>POST</code> requests, this means the web service cannot parse a
186186
request body of that type.
187187
</td>
188188
</tr>
@@ -767,7 +767,7 @@ issuer of the card.
767767
{{</minfraud-schema-row>}}
768768

769769
{{< minfraud-schema-row key="phone_number" type="response" valueType="string" valueTypeNote="max length: 255" insights="true" factors="true" >}}
770-
The phone number of the bank which issued the credit card. In some cases the phone number we return may be out of date.
770+
The phone number of the bank which issued the credit card. In some cases, the phone number we return may be out of date.
771771
{{</minfraud-schema-row>}}
772772

773773
{{< minfraud-schema-row key="matches_provided_phone_number" type="response" valueType="boolean" insights="true" factors="true" >}}
@@ -993,7 +993,7 @@ minFraud response.
993993
{{</minfraud-schema-row>}}
994994

995995
{{< minfraud-schema-row key="status" type="response" valueType="string" insights="true" factors="true" >}}
996-
A classification of the status of the domain (or the last domain visited after following redirects, if these are present and can be followed) based on an automated visit at a previous point in time. This field may be initially unavailable for a newly sighted domain and populated at a future time after a visit is conducted. Pair with the `/email/domain/visit/last_visited_on` to determine the recency of the visit. One of the following values. Additional values may be added in the future.
996+
A classification of the status of the domain (or the last domain visited after following redirects, if these are present and can be followed) based on an automated visit at a previous point in time. This field may be initially unavailable for a newly-sighted domain and populated at a future time after a visit is conducted. Pair with the `/email/domain/visit/last_visited_on` to determine the recency of the visit. One of the following values. Additional values may be added in the future.
997997

998998
| Status | Description |
999999
| ----------------------------- | ---------------------------------------------------------------------------------------------------- |
@@ -1354,7 +1354,7 @@ present in the response.
13541354
{{< anchor-target schema--response--warnings >}}
13551355

13561356
This array contains warning objects detailing issues with the request that was
1357-
sent such as invalid or unknown inputs. It is highly recommended that you check
1357+
sent, such as invalid or unknown inputs. It is highly recommended that you check
13581358
this array for issues when integrating the web service.
13591359

13601360
```json
@@ -1379,7 +1379,7 @@ this array for issues when integrating the web service.
13791379
| `BILLING_CITY_NOT_FOUND` | The billing city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13801380
| `BILLING_COUNTRY_MISSING` | Billing address information was provided without providing a billing country. This may impact our ability to provide accurate distance calculations. |
13811381
| `BILLING_COUNTRY_NOT_FOUND` | The billing country could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1382-
| `BILLING_POSTAL_NOT_FOUND` | The billing postal could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1382+
| `BILLING_POSTAL_NOT_FOUND` | The billing postal code could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13831383
| `BILLING_REGION_NOT_FOUND` | The billing region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13841384
| `EMAIL_ADDRESS_UNUSABLE` | The email address entered is likely incorrect due to an integration issue. To avoid false positives, it has not been used in scoring. Check how you are passing your [email address inputs](/minfraud/api-documentation/requests#schema--request--email). |
13851385
| `INPUT_INVALID` | The value associated with the key does not meet the required constraints, e.g., "United States" in a field that requires a two-letter country code. |
@@ -1390,7 +1390,7 @@ this array for issues when integrating the web service.
13901390
| `SHIPPING_CITY_NOT_FOUND` | The shipping city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13911391
| `SHIPPING_COUNTRY_MISSING` | Shipping address information was provided without providing a shipping country. This may impact our ability to provide accurate distance calculations. |
13921392
| `SHIPPING_COUNTRY_NOT_FOUND` | The shipping country could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1393-
| `SHIPPING_POSTAL_NOT_FOUND` | The shipping postal could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1393+
| `SHIPPING_POSTAL_NOT_FOUND` | The shipping postal code could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13941394
| `SHIPPING_REGION_NOT_FOUND` | The shipping region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
13951395
{{</minfraud-schema-row>}}
13961396

0 commit comments

Comments
 (0)