Skip to main content

Attributes

The report response includes the following core fields:
AttributeTypeDescription
idstringUnique identifier
statusstringConnection status from lifecycle
finished_atstringReport completion timestamp
completed_atstringTime when report was completed (Deprecated, invalid datetime format)
access_tokenstringToken for payroll provider access
tracking_infostringPartner-provided tracking information
refresh_statusstringMost recent refresh task status
employmentsarrayEmployment records list
pdf_reporturiVerification report in PDF
providerstringPayroll provider name
data_sourcestring”payroll” or “docs”

Employments Object

Contains employment and income details:
AttributeTypeDescription
incomestringAnnual income excluding bonuses/commissions
income_unitstringYEARLY, MONTHLY, WEEKLY, DAILY, or HOURLY
pay_ratestringPayment per cycle amount
pay_frequencystringM, SM, W, BW, A, SA, C values
statementsarrayPay stub records
annual_income_summaryarrayYearly income breakdown
bank_accountsarrayDirect deposit accounts
w2sarrayW-2 tax forms
idstringUnique identifier
is_activebooleanEmployment status
job_titlestringPosition title
job_typestringF, P, S, D, or C
start_datedateHire date
original_hire_datedateInitial employment date
end_datedateTermination date
external_last_updatedateIndicates date of last updated employment data from Payroll Provider
manager_namestringSupervisor name
profileobjectIdentity information
companyobjectEmployer details
gse_acceptedbooleanFannie Mae eligibility status

Company Object

AttributeTypeDescription
namestringCompany name
addressobjectLocation details
phonestringContact number
einstringEmployer Identification Number

Address Object

AttributeType
streetstring
citystring
statestring
zipstring
countrystring

Statements Object

Pay stub information structure:
AttributeTypeDescription
idstringUnique identifier
check_numberstringExternal ID from provider
pay_datedatePayment date
net_paystringAmount after deductions
gross_paystringTotal compensation
bonusstringBonus amount
commissionstringCommission amount
hoursstringWork hours during pay period
basis_of_paystringS, H, D, or W
period_startdatePay period beginning
period_enddatePay period ending
earningsarrayEarnings by type
earnings_ytdarrayYear-to-date earnings
deductionsarrayPaycheck deductions
deductions_ytdarrayYear-to-date deductions
fileuriPay stub document link

Annual Income Summary Object

AttributeType
yearinteger
regularstring
bonusstring
commissionstring
overtimestring
other_paystring
net_paystring
gross_paystring

Bank Accounts Object

AttributeTypeDescription
account_numberstringAccount identifier
routing_numberstringBank routing number
account_namestringUser-friendly name
account_typestringC (Checking) or S (Savings)
deposit_typestringE, P, or A
deposit_valuestringAmount or percentage
bank_namestringFinancial institution

W2s Object

AttributeTypeDescription
fileuriW-2 document link
yearintegerTax year
wagesstringWages, tips, other compensation (Section 1)
federal_taxstringFederal withholding amount
social_security_wagesstringSocial Security taxable wages
medicare_wagesstringMedicare taxable wages
gross_paystringTotal compensation

Earnings Object

Earnings array structure with supported categories: regular, bonus, commission, overtime, other_pay.
[
  {
    "name": "Regular",
    "amount": "38072.0",
    "category": "regular",
    "rate": "475.9",
    "units": "80"
  }
]

Deductions Object

Deductions array with categories: memo, medicare, retirement, benefit, socialsec, federal, state, garnishment, local, other.
[
  {
    "amount": "127.01",
    "category": "socialsec",
    "name": "Social Security Tax"
  }
]

Endpoints