Generate a unique guid, which is tied to a verification session. Is also used as the identfier for the session.
Parameter | Description | Data |
---|---|---|
applicationid | The applications identification token | string |
firstname | Applicant's first name | string |
lastname | Applicant's last name | string |
Applicant's email | string | |
externalid | The application's external identification code | string |
tag | The application's tag | string |
secondinvite | 0(no), 1(yes) | |
iframe | 0(no), 1(yes) | |
country | Applicant's country of residence | US, CA |
state | States for tax purposes | state code |
override_bank_verify_enabled | Enable bank verification | 0(no), 1(yes) |
override_id_verify_enabled | Enable ID verification | 0(no), 1(yes) |
override_employee_verify_enabled | Enable employee verification | 0(no), 1(yes) |
override_credit_verify_enabled | Enable credit verification | 0(no), 1(yes) |
manual_upload | Enable manual document upload | 0(no), 1(yes) |
required_supervisor | Make at least one contact option for supervisor inside the income source module a required field | 0(no), 1(yes) |
required_start_date | Make the start date inside the income source module a required field | 0(no), 1(yes) |
Response
{
"applicant_email": "[email protected]",
"request_guid": "FvGUjK5mficxzzFcOi4GJ7dYc9QPot9g5VdXKV7IP66r6SrcNzTrItWvvXvr",
"form_url": "https://sandbox.verifast.com/login?guid=FvGUjK5mficxzzFcOi4GJ7dYc9QPot9g5VdXKV7IP66r6SrcNzTrItWvvXvr",
"status": "sent",
"message": ""
}