Address Verification Task
The address_verification
task compares the address(es) submitted in the request to the addresses on any matching record.
The address_verification
task will return one of the following responses:
Status | Result | Reason |
---|---|---|
Success | address_exact_match | An input address and an address we identified match exactly |
Success | address_match | An input address and an address we identified match |
Failure | address_not_verified | We could not match an input address to any identified address |
For address verification, we recommend a default setting where status='success'. If your use case calls for more granular decision making, you can use the result field. Typically, customers consider non-exact matches to the submitted address to be verified for compliance programs. The most common reason for an non-exact address match is when the submitted address and the address we identified are the same, except one is simply missing a suite number, which is often mistakenly omitted by the end user.