AV FAQs

What are some address verification use cases?

Some customers love to use our address verification API to ensure addresses are accurate, deliverable and USPS standardized. Others love to use it for front-end autocompletion and to practice good data hygiene to prevent downstream bottlenecks. The possibilities are endless!

How often does Lob update their Address Verification API?

It depends! For US verifications, our API updates on the 15th of every month, in accordance with USPS’s update schedule. For international verifications, our API updates in accordance with that specific country’s update schedule. For the update schedule by country, check out our Global Address Coverage page.

Why are my verified addresses returning in capital letters?

By default Lob returns addresses in uppercase, to adhere with USPS' preference. If you prefer proper case you can configure this by changing the [case] to "proper." Changing the case is only available to users sending in API requests programmatically. For more information, check our docs.

How do I keep track of the amount of verifications I’ve done?

If you want to check how many verifications you completed in a given timeframe, there are two ways to get this done:

  1. Look at the Overview tab once you sign in to your Lob Dashboard and hover over the chart below the “API REQUESTS (BY CREATION DATE)” section. If you want to customize the time frame, then select a Start and End date, and hover over the chart for date or month-specific verification information.

  2. If you also want to see current month per-piece pricing:

    • Log in to your Lob Dashboard and click on Billing in the left navigation menu.

    • Click on “Editions”

    • Select the product you’d like to review usage for Select the product you’d like to review usage for

    • You should be able to see your usage settings under the “Current Month Usage”

Why is my address undeliverable?

There are various reasons an address can be deemed undeliverable, roughly grouped into four buckets below.

  • ZIP Code Types - components [zip_code_type]

  • Record Types - components [record_type]

  • Carrier Route Types - components [carrier_route_type]

  • DPV Footnotes - deliverability_analysis [dpv_footnotes]

The full list of detailed definitions for various fields in the US Verification object can be found in our API docs.

Why did my address verification fail when Google Maps was able to successfully find it?

Our API focuses on whether or not addresses are valid delivery points for receiving mail. Google Maps focuses on locality and walking/driving directions, and therefore should not be relied on for verifying the validity of a mailing address. An address that can be located on a map is not necessarily an officially recognized address by the USPS.

Last updated