FAQs

Common questions and pitfalls when dealing with Verification Statuses.

When do you send verification status update?

You can expect our API to push an update to your webhook whenever the status of the address changes:

  1. from initial no status to "verified".

  2. from no status to "not_at_address"

  3. from no status to "unknown"

  4. from "not_at_address" to "verified" etc

Address verification statuses

How long does verification take?

We expect an address to be verified within 2-8 days. During this time, as soon as we can verify an address we will return a status of verified that the address is verified. Otherwise, on the 8th day, you'd get a status update that the address is unknown or not_at_address.

What are the modes

When a new verification has started it will be in the first_time mode. Once we have determined that the address is verified or not_at_address, we will change the mode to continuous. If by the 8th day we have not been able to determine if the address is verified or not_at_address then we will classify it as unknown and change the mode to continuous.

In continous mode, we will continue to periodically collect data from the device to improve or update this status but do not post these changes via the webook or to the Dashboard.

Last updated