Income Verification#

Income Verification provides detailed income analysis including employment verification, pay stub data, and payroll records. Income data is available as part of Verification Reports and Score Reports.

Income Data Structure#

{
  "annual_gross": 7200000,
  "annual_net": 5400000,
  "pay_frequency": "monthly",
  "currency": "gbp",
  "employment": {
    "employer": "Acme Corporation",
    "title": "Software Engineer",
    "start_date": "2021-03-01",
    "status": "active",
    "verified_via": "payroll_provider"
  },
  "sources": [
    {
      "type": "employment",
      "employer": "Acme Corporation",
      "amount": 600000,
      "frequency": "monthly",
      "currency": "gbp",
      "verified": true
    },
    {
      "type": "investment",
      "description": "Dividend income",
      "amount": 25000,
      "frequency": "quarterly",
      "currency": "gbp",
      "verified": true
    }
  ],
  "history": [
    { "month": "2025-01", "gross": 600000, "net": 450000 },
    { "month": "2024-12", "gross": 600000, "net": 450000 },
    { "month": "2024-11", "gross": 600000, "net": 450000 }
  ]
}

Income Source Types#

TypeDescription
employmentRegular employment income
self_employmentSelf-employment / freelance income
investmentInvestment returns, dividends
rentalRental income from other properties
pensionPension or retirement income
benefitsGovernment benefits or allowances
otherOther income sources

Verification Methods#

MethodDescriptionConfidence
payroll_providerDirect payroll data accessHigh
bank_transactionsIncome inferred from bank depositsMedium-High
document_uploadManually uploaded paystubsMedium
self_reportedApplicant-declared incomeLow

For the highest confidence income verification, encourage applicants to connect through payroll providers. Bank transaction analysis is the next best option.