Skip to main content
Verification of Income and Employment (VOIE) reports contain information from user accounts, providing access to verified income and employment data.

Attributes

Main Report Object

report_id
string
Unique identifier of the report.
created_at
date-time
Timestamp when report was created.
completed_at
date-time
Timestamp when report was completed.
List of employment links.
AttributeTypeDescription
link_idstringUnique identifier of the link
tracking_infostringOptional identifier passed by user
providerstringData provider ID
provider_namestringData provider name
employmentsarray of objectsList of employee data

Employments Object

AttributeTypeDescription
idstringUnique ID
is_activebooleanActive employment status
job_titlestringEmployee’s job title
job_typestringJob type: F (Full-time), P (Part-time), S (Seasonal), D (Daily), C (Contract)
start_datedateHire date
original_hire_datedateOriginal hire date
end_datedateEmployment end date
external_last_updatedateLast data update from provider
incomestringIncome amount excluding commissions/bonuses
income_unitstringPay interval: YEARLY, MONTHLY, WEEKLY, DAILY, HOURLY
pay_ratestringPayment rate per pay cycle
pay_frequencystringFrequency code: M (Monthly), SM (Semi-monthly), W (Weekly), BW (Bi-weekly), A (Annual), SA (Semi-annual), C (Commission)
manager_namestringSupervisor’s name
derived_fieldsarray of stringsArray of derived fields
missing_data_fieldsarray of stringsMissing data fields from payroll
gse_acceptedbooleanProvider eligibility status
statementsarray of objectsList of paystubs from payroll provider
annual_income_summaryarray of objectsAnnual income summary by years
bank_accountsarray of objectsBank accounts linked to employment
w2sarray of objectsW-2 forms linked to employment
profileobjectPerson’s identity information
companyobjectCompany details

Company Object

AttributeTypeDescription
namestringCompany name
addressobjectAddress details
phonestringCompany phone number
einstringEmployer Identification Number

Address Object

AttributeTypeDescription
streetstringStreet address
citystringCity
statestringState
zipstringZip code
countrystringCountry

Statements Object

AttributeTypeDescription
idstringUnique ID
check_numberstringExternal ID from payroll provider
pay_datedatePay date
net_paystringNet pay amount
net_pay_ytdstringNet pay year to date
gross_paystringGross pay amount
gross_pay_ytdstringGross pay year to date
bonusstringBonus amount
commissionstringCommission amount
hoursstringWork hours during pay period
basis_of_paystringBasis code: S (Salary), H (Hourly), D (Daily), W (Weekly)
period_startdatePeriod start date
period_enddatePeriod end date
regularstringRegular pay
regular_ytdstringRegular salary year to date
overtimestringOvertime pay
overtime_ytdstringOvertime pay year to date
other_paystringOther payment types
other_pay_ytdstringOther payment year to date
bonus_ytdstringBonus year to date
commission_ytdstringCommission year to date
earningsarrayEarnings by type for pay cycle
earnings_ytdarrayEarnings year to date by type
deductionsarrayDeductions for pay cycle
deductions_ytdarrayDeductions year to date
md5sumstringMD5 hash of file content
fileuriLink to pay stub file
derived_fieldsarray of stringsArray of derived fields
missing_data_fieldsarray of stringsMissing data fields

Annual Income Summary Object

AttributeTypeDescription
idstringUnique ID
yearintegerIncome report year
regularstringRegular salary
bonusstringBonus amount
commissionstringCommission amount
overtimestringOvertime pay
other_paystringOther payment forms
net_paystringNet pay
gross_paystringGross pay

Bank Accounts Object

AttributeTypeDescription
account_numberstringAccount number
routing_numberstringRouting number
account_namestringUser-friendly account name
account_typestringAccount type: C (Checking), S (Savings)
deposit_typestringDeposit type: E (Entire), P (Percent), A (Amount)
deposit_valuestringDeposit value
bank_namestringBank name

W2s Object

AttributeTypeDescription
fileuriLink to W2 report file
md5sumstringMD5 hash of file content
yearintegerTax year
wagesstringWages, tips, other compensation
federal_taxstringFederal income tax withheld
social_security_wagesstringSocial security wages
social_security_taxstringSocial security tax withheld
medicare_wagesstringMedicare wages
medicare_taxstringMedicare tax withheld
gross_paystringGross pay

Endpoints