CASS & DPV Explained for Cross-Border Sellers

Short answer: CASS is the USPS certification that standardizes a US address and appends the right ZIP+4. DPV confirms that standardized address is a real, deliverable USPS delivery point. For a parcel bound for the US, DPV is the signal that actually prevents return-to-sender. Both are US-only — the UK uses Royal Mail PAF, the EU uses national datasets — and both are paid official services, which is why a smart validation stack uses them as a backstop for hard cases, not a flat fee on every lookup.

CASS: making the address standard

CASS (Coding Accuracy Support System) is a USPS program. Software that passes it takes a messy input — "123 Main St, Springfield, IL" — and returns the USPS-standard form with the correct ZIP+4, following USPS Publication 28 rules.

What CASS gives you:

It does not by itself prove the address mails — only that it is formatted to standard.

DPV: proving it actually delivers

DPV (Delivery Point Validation) takes the CASS-standardized address and checks it against the USPS delivery-point file to confirm the specific unit exists — the apartment, the suite, the building.

For a cross-border seller, DPV is the field that matters most:

If DPV fails, the parcel is at high risk of return-to-sender — exactly what you want to know before you pay for the label.

CASS vs DPV, side by side

CASS DPV
What it does Standardizes + appends ZIP+4 Confirms the delivery point exists
Answers "Is this formatted to USPS standard?" "Will this actually mail?"
Matters for Routing correctness Deliverability / return risk
US-only? Yes Yes

You usually want both in one call: standardize, then confirm.

Why this is a cross-border concern

If you sell from China, the EU, or anywhere else and ship to US buyers, USPS is your last mile. A parcel that passes your local checks but fails US DPV is still undeliverable in the US — and you find out only after it crosses an ocean and comes back. Running US CASS/DPV on US-bound orders before they leave your warehouse is the cheapest place to catch it.

The limits you must design around

CASS/DPV are powerful but not universal:

The free-path + paid-backstop model

CASS and DPV are paid official services. Two ways teams use them:

  1. Flat-fee CASS/DPV on every address — simple, but you pay even for the 95% of addresses your free data already resolves confidently.
  2. Free data main path + paid backstop for low-confidence cases — the bulk of standard US/UK addresses are resolved on open data at no cost; only the small fraction the free path cannot confidently classify escalates to the official CASS/DPV backstop, billed per interception.

AddressGuard uses the second model: millisecond checks on a free data path, with hard cases escalated to the paid official CASS/DPV backstop and billed only when an interception actually happens. For a cross-border seller, that means you get US-grade deliverability confirmation exactly where you need it, without a flat monthly tax on every clean address.

FAQ quick takeaways


Disclaimer: CASS and DPV are USPS programs with specific certification and update requirements. This article explains the concepts for shipping decisions; confirm current USPS CASS/DPV rules and any certification obligations with USPS or your address provider.