Returns the steps and status of applicant, as well as what verificaitons are completed.
| Parameters | Description | Data |
|---|
| guid | Applicant session identifier | guid |
{
"currentStatus": "complete",
"currentStep": "complete",
"bankConnect": 0,
"bankApprovalStatus": "requires_review",
"statementUpload": 0,
"statementApproval": "n/a",
"idConnect": 1,
"idApprovalStatus": "verified",
"incomeVerification": 0,
"employmentConnect": 0,
"lastActivity": "Status Webhook Sent",
"lastActivityTimestamp": "2022-12-08 18:50:55"
}
| Parameter | Description | Data |
|---|
| currentStatus | Overall status of applicant | complete, in progress, |
| currentStep | Applicants current step | app steps |
| bankConnect | If a bank connection was successfully established | 0(no),1(yes) |
| bankApprovalStatus | If applicants bank info is complete | requires_review, verified |
| statementUpload | If bank statements were uploaded in place of a bank connection | 0(no),1(yes) |
| statementApproval | Status of uploaded documents | requires_review, approved |
| idConnect | If an ID verification was completed | 0(no),1(yes) |
| idApprovalStatus | If applicants ID info has no issues | requires_review, verified, failed |
| incomeVerification | If Income Source verification was completed | 0(no),1(yes) |
| employmentConnect | If an Employment verification was completed | 0(no),1(yes) |
| lastActivity | last line in logging activity | string |
| lastActivityTimestamp | timestamp in last activity | string |