> ## Documentation Index
> Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Verifications

> Order payroll, banking, and Doc VOI reports through one lifecycle.

A verification is an order for a report. You select the report type, then users connect their payroll or financial accounts, or documents are uploaded directly through the API or collected in Link. The result is a PDF and, when supported, JSON.

## Verification types

<CardGroup cols={3}>
  <Card title="Payroll" icon="money-check-dollar" href="/partners/verification-types/payroll">
    Generate income and employment reports from connected payroll accounts.
  </Card>

  <Card title="Banking" icon="building-columns" href="/partners/verification-types/banking">
    Generate asset, income, and transaction reports from connected financial accounts.
  </Card>

  <Card title="Doc VOI" icon="file-lines" href="/partners/verification-types/document-voi">
    Generate mortgage income reports from uploaded payroll documents.
  </Card>
</CardGroup>

## Workflow

<Steps>
  <Step title="Create or reuse a user">
    Reuse the person's existing user ID across payroll, banking, and document workflows, or create a user if needed. Update any missing details required by the next product before ordering its verification.
  </Step>

  <Step title="Order a verification">
    Select the report type and provide any type-specific configuration.
  </Step>

  <Step title="Start a session">
    Launch an embedded session or send an invite when the verification requires user action.
  </Step>

  <Step title="Track lifecycle updates">
    Subscribe to the `verifications.updated` webhook and use the verification status to determine the next action.
  </Step>

  <Step title="Retrieve the result">
    Download the completed report PDF or JSON from the URLs in the verification resource.
  </Step>
</Steps>

[Follow the Quickstart](/partners/quickstart).

## Continue implementing

<CardGroup cols={2}>
  <Card title="Verification Statuses" icon="arrows-rotate" href="/partners/verification-statuses">
    Track status changes and retrieve completed results.
  </Card>

  <Card title="Reports and Source Documents" icon="file-pdf" href="/partners/reports-and-source-documents">
    View report examples and retrieve available paystubs, tax forms, or uploaded files.
  </Card>

  <Card title="Re-verification" icon="rotate" href="/partners/re-verification">
    Refresh connected data or submit updated Doc VOI files.
  </Card>

  <Card title="Recovery and Errors" icon="triangle-exclamation" href="/partners/recovery-and-errors">
    Resume incomplete sessions and correct invalid user details.
  </Card>

  <Card title="Testing" icon="flask" href="/partners/testing">
    Use payroll, banking, and Doc VOI test profiles.
  </Card>
</CardGroup>
