Generate a unique guid, which is tied to a verification session. Is also used as the identifier 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 | |
day | Applicant's birth day | int |
month | Applicant's birth month | int |
year | Applicant's birth year | int |
street_number | Applicant's street number | int |
street_name | Applicant's street name | string |
street_line2 | Line two for address | string |
city | Applicant's city | string |
postal_code | Applicant's postal OR zip code | string |
country | Applicant's country of residence | US, CA |
externalid | The application's external identification code | string |
tag | The application's tag | string |
secondinvite | 0(no), 1(yes) | |
iframe | 0(no), 1(yes) | |
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) |
override_prequalify_questions_enabled | Enable the prequalifying questions step | 0(no), 1(yes) |
manual_upload | Enable manual document upload | 0(no), 1(yes) |
enable_hidden_id_view | Hides everything in the background when doing ID | 0(no), 1(yes) |
Response
{
"security_key": "9f673a27-43f6-408e-a5d1-eb6f9cf0078b",
"applicant_email": "[email protected]",
"request_guid": "LDj2I1HbbGqkSEki167L6b44GksR6mhismubai1I70ZmMobP2iqYBYKzETbX",
"form_url": "https://sandbox.verifast.com/login?guid=LDj2I1HbbGqkSEki167L6b44GksR6mhismubai1I70ZmMobP2iqYBYKzETbX",
"status": "sent",
"message": ""
}
The 'security_key' line refers to a matching key that will be sent with all webhooks. This can be used as an additional level of secure ingestion of your webhooks.