Skip to main content

Types of reports

Argyle offers verification of income and employment and verification of employment reports.

VOIE — Verification of Income & Employment

VOE — Verification of Employment

  • Includes only the user’s employment history.
  • Often used when re-verification of the user’s income is not necessary.
  • Example VOE report (PDF)
Day 1 Certainty® and AIM eligibility services for Fannie Mae and Freddie Mac, respectively, are also available for Argyle VOIE and VOE reports. Visit our Day 1 Certainty® and AIM guide for more information.

Generating reports

Console

  1. Navigate to the Connections section of Console and click on an individual user.
  2. Select “Generate report” within the Reports area of the user’s page once all data sets have fully synced.
Depending on the data retrieval speed limits of the underlying payroll platform, it can take from a few seconds up to several minutes after a new account connection before enough data has been synced to generate a complete report. Visit our Data Delivery Guide for more information on the timing of data retrieval.
Payroll data is made available through Argyle Console, the Argyle API, or Argyle PDF reports.
  1. Select the type of report you want to generate when the pop-up window appears.
Select a report type.

API

  1. Send a POST request to the API’s /v2/reports endpoint
  • Specify the report type in the request path — e.g. POST /v2/reports/voie
  1. Include the following JSON object in the request body:
    {
        "user": "<ID of the user>"
    }
    
To ensure full data availability, we recommend subscribing to the reports.ready webhook, which is sent when sufficient data has been retrieved to generate a verification report.