Lob

Validate and enrich U.S. mailing addresses with LOB Address Verification in RiskOS™ for fraud prevention and KYC/AML compliance workflows.


LOB

  • Status: Integrated

  • Website: https://www.lob.com

  • Credentials: Through RiskOS™ (Reseller)

  • Description:

    LOB provides APIs for direct mail, address verification, and data enrichment. Their Address Verification API validates, standardizes, and enriches U.S. mailing addresses using USPS and proprietary datasets, returning geocodes, deliverability insights, and confidence scores.


Products offered via RiskOS™

Product NameDescriptionRiskOS™ Use Cases
Address Verification APIVerifies, corrects, and enriches U.S. addresses for mailing accuracy.Prevents fraud via address validation, ensures KYC/AML compliance, enhances deliverability for account correspondence.

Example API response

Address Verification API
{
"id": "us_ver_c7cb63d68f8d6",
"recipient": "LOB.COM",
"primary_line": "210 KING ST",
"secondary_line": "",
"urbanization": "",
"last_line": "SAN FRANCISCO CA 94107-1702",
"deliverability": "deliverable",
"valid_address": true,
"components": {
  "primary_number": "210",
  "street_predirection": "",
  "street_name": "KING",
  "street_suffix": "ST",
  "street_postdirection": "",
  "secondary_designator": "",
  "secondary_number": "",
  "pmb_designator": "",
  "pmb_number": "",
  "extra_secondary_designator": "",
  "extra_secondary_number": "",
  "city": "SAN FRANCISCO",
  "state": "CA",
  "zip_code": "94107",
  "zip_code_plus_4": "1702",
  "zip_code_type": "standard",
  "delivery_point_barcode": "941071702108",
  "address_type": "commercial",
  "record_type": "street",
  "default_building_address": false,
  "county": "SAN FRANCISCO",
  "county_fips": "06075",
  "carrier_route": "C032",
  "carrier_route_type": "city_delivery",
  "po_box_only_flag": "N",
  "latitude": 37.77597542841264,
  "longitude": -122.3929557343685
},
"deliverability_analysis": {
  "dpv_confirmation": "Y",
  "dpv_cmra": "N",
  "dpv_vacant": "N",
  "dpv_active": "Y",
  "dpv_inactive_reason": "",
  "dpv_throwback": "N",
  "dpv_non_delivery_day_flag": "N",
  "dpv_non_delivery_day_values": "",
  "dpv_no_secure_location": "N",
  "dpv_door_not_accessible": "N",
  "dpv_footnotes": [
    "AA",
    "BB"
  ],
  "ews_match": false,
  "lacs_indicator": "",
  "lacs_return_code": "",
  "suite_return_code": ""
},
"lob_confidence_score": {
  "score": 100,
  "level": "high"
},
"object": "us_verification"
}

Data dictionary

Address Verification API Data Dictionary
FieldTypeDescription
idStringUnique identifier for the verification object.
recipientStringIntended recipient (person or company) on the address.
primary_lineStringPrimary delivery line of the standardized address.
secondary_lineStringSecondary delivery line, such as an apartment or suite.
urbanizationStringUrbanization name (used for Puerto Rico addresses only).
last_lineStringStandardized last line, including city, state, and ZIP+4.
deliverabilityStringDeliverability status: deliverable, deliverable_incorrect_unit, deliverable_missing_unit, deliverable_unnecessary_unit, or undeliverable.
valid_addressBooleanWhether the address is a valid, deliverable address.
components.primary_numberStringPrimary (house or building) number of the address.
components.street_predirectionStringDirectional prefix of the street (for example, N, S, E, W).
components.street_nameStringStreet name.
components.street_suffixStringStreet suffix (for example, ST, AVE, BLVD).
components.street_postdirectionStringDirectional suffix of the street.
components.secondary_designatorStringSecondary unit designator (for example, APT, STE).
components.secondary_numberStringSecondary unit number.
components.pmb_designatorStringPrivate mailbox (PMB) designator.
components.pmb_numberStringPrivate mailbox (PMB) number.
components.extra_secondary_designatorStringAdditional secondary unit designator.
components.extra_secondary_numberStringAdditional secondary unit number.
components.cityStringCity name.
components.stateStringTwo-letter state abbreviation.
components.zip_codeStringFive-digit ZIP code.
components.zip_code_plus_4StringZIP+4 add-on code.
components.zip_code_typeStringZIP code type: standard, po_box, unique, or military.
components.delivery_point_barcodeStringUSPS delivery point barcode.
components.address_typeStringAddress type: residential or commercial.
components.record_typeStringUSPS record type (for example, street, high_rise, firm, po_box).
components.default_building_addressBooleanWhether this is the default address for the building.
components.countyStringCounty name.
components.county_fipsStringCounty FIPS code.
components.carrier_routeStringUSPS carrier route code.
components.carrier_route_typeStringCarrier route type (for example, city_delivery, rural_route).
components.po_box_only_flagStringWhether the ZIP code contains only PO boxes (Y/N).
components.latitudeFloatApproximate latitude of the address.
components.longitudeFloatApproximate longitude of the address.
deliverability_analysis.dpv_confirmationStringUSPS Delivery Point Validation confirmation code (Y, N, S, D).
deliverability_analysis.dpv_cmraStringWhether the address is a Commercial Mail Receiving Agency (Y/N).
deliverability_analysis.dpv_vacantStringWhether the address is vacant (Y/N).
deliverability_analysis.dpv_activeStringWhether the address is active (Y/N).
deliverability_analysis.dpv_inactive_reasonStringReason the address is inactive, if applicable.
deliverability_analysis.dpv_throwbackStringWhether mail is delivered to a different address (Y/N).
deliverability_analysis.dpv_non_delivery_day_flagStringWhether the address has non-delivery days (Y/N).
deliverability_analysis.dpv_non_delivery_day_valuesStringDays on which the address does not receive delivery.
deliverability_analysis.dpv_no_secure_locationStringWhether the address lacks a secure delivery location (Y/N).
deliverability_analysis.dpv_door_not_accessibleStringWhether the door is inaccessible for delivery (Y/N).
deliverability_analysis.dpv_footnotesArray of stringsUSPS DPV footnote codes describing the match result.
deliverability_analysis.ews_matchBooleanWhether the address matched the USPS Early Warning System.
deliverability_analysis.lacs_indicatorStringLACSLink indicator.
deliverability_analysis.lacs_return_codeStringLACSLink return code.
deliverability_analysis.suite_return_codeStringSuiteLink return code.
lob_confidence_score.scoreIntegerLob confidence score (0-100) for the deliverability determination.
lob_confidence_score.levelStringConfidence level: high, medium, low, or no confidence.
objectStringObject type (us_verification).

Did this page help you?