You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 newlysighted 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.
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
1358
1358
this array for issues when integrating the web service.
1359
1359
1360
1360
```json
@@ -1379,7 +1379,7 @@ this array for issues when integrating the web service.
1379
1379
|`BILLING_CITY_NOT_FOUND`| The billing city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1380
1380
|`BILLING_COUNTRY_MISSING`| Billing address information was provided without providing a billing country. This may impact our ability to provide accurate distance calculations. |
1381
1381
|`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. |
1383
1383
|`BILLING_REGION_NOT_FOUND`| The billing region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1384
1384
|`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). |
1385
1385
|`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.
1390
1390
|`SHIPPING_CITY_NOT_FOUND`| The shipping city could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1391
1391
|`SHIPPING_COUNTRY_MISSING`| Shipping address information was provided without providing a shipping country. This may impact our ability to provide accurate distance calculations. |
1392
1392
|`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. |
1394
1394
|`SHIPPING_REGION_NOT_FOUND`| The shipping region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
0 commit comments