Verification Nodes
Assets
The assets verification step validates an individual’s financial assets and property ownership to determine net worth and verify down payment sources.
Configuration
Config Fields
id
: Unique identifier for the verification stepname
: Step type identifier (ASSETS)control_flow
: Logic for the next step based on verification resultcondition
: Defines the decision criteriacondition_operator
: Comparison operator for the verification statuscondition_field
: Field to evaluate (assets_verified)condition_value
: Required verification status
if_goto
: Next step if condition is metelse_goto
: Next step if condition is not met
provider
: The asset verification service provider configuration
Example Response
Output Fields
status
: The completion status of the verificationresult
: The verification results containing:assets_verified
: Whether all assets were successfully verifiedverification_id
: Unique identifier for this asset verificationinvestment_accounts
: List of investment accounts- Account details and balances
- Vested and available balances
properties
: List of owned properties- Property details and location
- Ownership information
- Current value and purchase details
- Associated liens (mortgages)
summary
: Summary of all asset categories- Total assets across all categories
- Total liquid assets (bank and investment accounts)
- Property values and equity
- Available funds for down payment
timestamp
: Time when the verification was completed