missing_administrative_area
A country with no postcodes needs the state or province
The operator requires an administrative area and the country has no postcodes, so the address carries no geographic anchor at all.
- appears in
- reason
- credits
- Free. An address that cannot stand as written never costs a credit.
What it means
A missing state or province only breaks an address where the postcode cannot stand in for it. In countries with postcodes the postcode already carries the geography and mail arrives without the province written out, so Spaw does not answer this reason there.
In a country with no postal code — the United Arab Emirates, for example, where post is addressed to a box in an emirate — the administrative area is the only thing that says where the address is, and an address without it cannot be routed.
What to do
Send `administrative_area` (the emirate, state or province). It is accepted as a code or a name, and folded to the spelling that country uses.
Example response
{
"valid": false,
"reason": "missing_administrative_area",
"country": "AE",
"po_box": "PO BOX 111",
"administrative_area": null,
"risk_score": null
}Abbreviated: a real answer carries all 33 fields, listed in the validate-phone reference.
Related
- empty_address · nothing in the request was an address
- unknown_country · no postal format is published for that country
- missing_street · the country requires a street line and none was found
- missing_locality · a country with no postcode to name the town was given neither
- missing_postal_code · the country requires a postcode and none was given
- invalid_postal_code · the postcode is not the shape that country uses
- postcode_not_found · the postcode is well formed but is not in the directory
- All verdict reasons
- Phone fields and the risk score
- API reference
markdown version: /docs/reasons/missing_administrative_area.md