Verification Nodes
Employment
The employment verification step validates an individual’s current employment status and income information through payroll providers.
Configuration
Config Fields
id
: Unique identifier for the verification stepname
: Step type identifier (EMPLOYMENT)options
: Configuration options for the verification processbank_statement_analysis
: Whether to analyze bank statements for income verificationrequire_pay_slips
: Whether to require pay slip documentationtax_return_verification
: Whether to verify against tax returnsemployer_confirmation
: Whether to require direct employer confirmation
control_flow
: Logic for the next step based on verification resultcondition
: Defines the decision criteriacondition_operator
: Comparison operator (==)condition_field
: Field to evaluate (employment_status)condition_value
: Required verification status (verified)
if_goto
: Next step if verification is successfulelse_goto
: Next step if verification fails
provider
: The employment verification service provider configurationname
: Provider name (Argyle)
Example Response
Output Fields
status
: The completion status of the verificationresult
: The verification results containing:employment_status
: Whether the employment was successfully verifiedverification_id
: Unique identifier for this verification attemptemployer
: Information about the employer- Company name and identifier
- Employer Identification Number (EIN)
- Address details
employment_details
: Details about the employment- Start date and employment type
- Job title and status
- Last payroll date
verification_sources
: Details of each verification method- Payroll provider verification
- Bank statement analysis
- Pay slip verification
- Tax return verification
- Employer confirmation
income
: Detailed income information- Base salary and frequency
- Year-to-date earnings
- Recent payment details including:
- Pay period information
- Gross and net amounts
- Earnings breakdown
- Deduction details
verification_metadata
: Information about the verification process- Provider used
- Verification timestamp
- Multi-source verification method
- Last data refresh date
timestamp
: Time when the verification was completed