Does the system fall back to ignoring the ZIP code if no match is found?
The API does not auto-relax ZIP behind the scenes. Instead, if the name matches but the ZIP does not, results are still returned with addressMatch: false. You can use this flag in your own logic (for example, treating mismatches as review or reject conditions) rather than relying on an automatic fallback.
address-zip-handling
