Skip to main content
The Address Verification check validates that a business operates from a legitimate physical address and identifies any additional addresses associated with the business. This check helps detect virtual offices, mail drops, and other address-related risks.

Overview

The check examines:
  • Physical address validation
  • Address type identification (residential, commercial, PO Box, etc.)
  • Multiple address associations
  • Address consistency across sources
  • Geographic verification

Running the Check

API Endpoint

Request Parameters

Important: You must use your own agent key, not a default or public agent key. Your agent key can be found in the Parcha dashboard under your agent’s settings, or in the “Test API Integration” dialog.
agent_key
string
required
Your KYB agent key from the Parcha dashboard. This is unique to your organization and agent configuration.
check_id
string
required
Use "kyb.addresses_check" for address verification.
payload
object
required
The business information for verification.

Example Request

Initial Response

Retrieving Check Results

Once the job is complete, retrieve the results using the job ID with the getJobByID endpoint. Make sure to include the include_check_results=true parameter to get the full check results.

Check Process

The address verification check follows these steps:
  1. Address Validation
    • Validates address format and completeness
    • Verifies address exists in postal databases
    • Checks for geocoding accuracy
  2. Address Type Detection
    • Identifies if address is residential, commercial, or mixed-use
    • Detects PO Boxes, mail forwarding services, or virtual offices
    • Flags registered agent addresses
  3. Cross-Reference Analysis
    • Compares operational address with incorporation address
    • Searches for additional addresses associated with the business
    • Validates address consistency across data sources
  4. Risk Assessment
    • Evaluates address legitimacy for business operations
    • Identifies high-risk address types
    • Assesses physical presence indicators

Check Results

Response Structure

Example Results

Risk Factors

The check may flag concerns if:
  • Address is a PO Box or mail forwarding service
  • Address is a registered agent address (common in Delaware)
  • Address is a virtual office with no physical presence
  • Address cannot be validated or geocoded
  • Multiple businesses operate from the same residential address
  • Operational address differs significantly from incorporation address
  • Address is in a high-risk jurisdiction

Best Practices

  1. Require Physical Addresses: Don’t accept PO Boxes for business operations
  2. Verify Consistency: Ensure addresses match across documents
  3. Check Multiple Sources: Cross-reference with business directories and government databases
  4. Document Changes: Track address changes over time
  5. Combine with Other Checks: Use alongside incorporation and business profile checks