メインコンテンツへスキップ

DPV: Confirming an Address Actually Exists

CASS validates the street range; DPV confirms the specific address. This distinction prevents sending mail to nonexistent addresses.

## CASS vs. DPV

A common misconception: CASS-certified address validation confirms that a specific address exists. It doesn't. CASS verifies that the **address range** exists — for example, that 100-200 Main Street is a valid block.

DPV (Delivery Point Validation) goes further: it confirms that **153 Main Street** is an actual delivery point with a mailbox.

## How DPV Works

| Check | Result |
|-------|--------|
| Address in USPS database | Y = confirmed delivery point |
| Address not found | N = not a known delivery point |
| Secondary (apt) required | S = address valid but missing unit |
| Secondary present but invalid | D = unit number doesn't exist |

## DPV Return Codes

DPV returns several flags:

- **DPV Match (Y/N/S/D)** — Primary result
- **DPV Footnotes** — Detailed reason codes (AA, A1, BB, CC, etc.)
- **CMRA (Y/N)** — Commercial Mail Receiving Agency (e.g., UPS Store mailbox)
- **Vacant (Y/N)** — Address is known to be vacant
- **No-stat (Y/N)** — Address not regularly served (seasonal, etc.)

## Why DPV Matters

Without DPV, you can send mail to addresses that:

- Were demolished or condemned
- Never existed (typo in the house number)
- Are missing apartment/suite numbers
- Are commercial mail drops (CMRA), not physical locations

## CMRA Detection

CMRAs — businesses that rent mailboxes (UPS Store, PostNet, private mailbox services) — are often used for fraud. DPV's CMRA flag identifies these addresses, which is critical for:

- **Financial compliance** — Banks must verify physical addresses
- **Identity verification** — KYC/AML regulations
- **Insurance** — Claims from CMRA addresses raise red flags

## Implementation

DPV is not a separate product — it's a component of CASS-certified software. When you run addresses through a CASS engine with DPV enabled, you get both address standardization and delivery point confirmation in a single pass.

Most modern address validation APIs include DPV by default.

Key Terms

Related Tools

関連ストーリー

よくある質問

郵便番号制度についてさらに詳しく学ぶにはどうすればよいですか?
ZipFYIのストーリーセクションでは、世界の郵便番号制度、その歴史、仕組み、重要性に関する詳細な記事を掲載しています。ZIPコードの起源から、現代の郵便システムが毎日数百万個の荷物を処理する方法まで、幅広いトピックを扱っています。
郵便番号制度は時代とともにどのように進化してきましたか?
郵便番号制度は、人口増加、都市化、郵便物量の変化に対応するために進化します。地域が発展すると新しいコードが作成され、配達ルートが変更されるとコードが再割当されることがあり、アイルランドが2015年にEircodeを導入したように、制度全体が改革されることもあります。
郵便番号はなぜビジネスにとって重要ですか?
企業は郵便番号を、配送・物流、消費税の計算、市場分析、顧客の人口統計、配送ゾーンの決定、保険の引受審査、規制遵守などに使用しています。正確な郵便番号は配達失敗を減らし、顧客体験を向上させます。
郵便番号と人口統計はどのように関連していますか?
米国では、国勢調査局がZCTA(ZIP Code Tabulation Areas)に人口統計データを関連付けています。これにより、郵便番号レベルでの人口、所得、教育、住宅、通勤パターンの分析が可能になります。マーケター、研究者、政策立案者はこのデータを広く活用しています。
ジオコーディングとは何ですか?郵便番号とどう関係しますか?
ジオコーディングは、住所や郵便番号を地理座標(緯度・経度)に変換する技術です。地図作成、距離計算、配達ルート設定、空間分析を可能にします。郵便番号は概算の位置データを提供するため、ジオコーディングサービスの一般的な入力として使用されています。