Verification Nodes
Residence History
The residence history step verifies an individual’s residential addresses for the past three years through manual document verification by an advisor.
Configuration
Config Fields
id
: Unique identifier for the verification stepname
: Step type identifier (RESIDENCE_HISTORY)options
: Configuration options for residence history verificationlength_years
: Required years of residence history (3)
control_flow
: Logic for the next step based on verification statuscondition
: Defines the decision criteriacondition_operator
: Comparison operator (==)condition_field
: Field to evaluate (residence_verified)condition_value
: Required verification status
if_goto
: Next step if verification is successfulelse_goto
: Next step if verification fails
provider
: The verification service provider configurationname
: Provider name (None for manual verification)
Example Response
Output Fields
status
: The completion status of the verificationresult
: The verification results containing:residence_verified
: Whether all addresses were successfully verifiedverification_id
: Unique identifier for this verificationaddresses
: List of verified addresses- Address details and duration
- Ownership status (rent/own)
- Verification details including:
- Verification date and advisor
- Supporting documents
- Document verification status
verification_summary
: Summary of verification process- Total addresses and months verified
- Gaps in history check
- Current address verification status
- Verifying advisor information
- Additional verification notes
timestamp
: Time when the verification was completed