Personal Information
The personal information step collects and validates essential applicant details required for mortgage applications.
Configuration
Config Fields
Required Fields
-
id
: Unique identifier for the verification step -
name
: Step type identifier (PERSONAL_INFO)
Options
-
require_email
: Require email address validation -
require_citizenship
: Require citizenship status -
require_marital_status
: Require marital status -
require_sin
: Require Social Insurance Number
Control Flow
Determines the next step based on form validation:
-
If all required fields are valid, proceeds to step
6797e02da4c4910bc0f1d493
-
Otherwise, stays on current step until valid
Response Data
The personal information will be included in the flow response under the user
object:
Response Fields
-
id
: Unique identifier for the user -
name
: User’s name information-
first
: First name -
last
: Last name
-
-
phone
: Contact phone number -
email
: Contact email address -
citizenship
: Citizenship status -
marital_status
: Marital status -
sin
: Masked Social Insurance Number