A US address and a Danish address get the same check with the same data quality. A US address and an address in a country with thin postal data don’t, and the app’s behavior changes deliberately with that depth. If an international order surprised you, in either direction, this is the map.
Why an international miss usually isn’t a miss
In delivery-point countries (the US, UK, Canada, Australia, Germany, France, the Netherlands, and a handful more), behavior matches what you see domestically: exact-unit verification, suggestions, the works. In building-level countries, mostly the rest of Western and Central Europe, a wrong street still gets caught but a missing apartment number inside a confirmed building won’t be. And where the data only resolves to street or city level, we deliberately don’t prompt at all, because a “confident” suggestion built on city-level data is how validation apps earn false-positive reputations.
So an unflagged order to a low-data country isn’t evidence the check failed. The check ran, returned a verdict too weak to act on, and the app chose silence over guessing. That’s the same fail-open posture we apply when a country’s address format doesn’t parse the way we expect: accept the order, never block on uncertainty.
What you can rely on for any destination
Three behaviors hold worldwide, including in the thinnest-data countries:
- Country and ZIP blocklists always block. They don’t depend on postal data at all; a listed country is refused at checkout, full stop. If you don’t ship somewhere, the blocklist is the tool, not validation.
- The flag still lands when something concrete is wrong. An undeliverable verdict in a well-covered country tags the order like any domestic catch.
- One flat price. Every verified order is $0.04, Copenhagen or Cleveland, no international surcharge.
Reading a specific international order
The diagnostic is the same as the domestic one: check the order’s tags first. Tagged address-unverified means caught and waiting on a human. No tag on a destination from the delivery-point list means the address verified clean. No tag on a destination outside those lists most likely means the data couldn’t support a confident verdict, and the app stayed quiet on purpose.
One practical tip for stores with meaningful international volume: international returns cost a multiple of domestic ones, so the saved order filter earns its keep most on exactly these orders. A 30-second manual glance at a flagged international order is the cheapest insurance in your stack.