An evaluation can show one of multiple statuses in the Alloy dashboard. In general, there are three categories: Complete, Pending, and Partial. This article details each category and includes the associated HTTP response codes for the API requests.
- Complete
- An evaluation has been fully decisioned by a workflow and results in an “Approved”, “Denied”, or “Manual Review” outcome. (HTTP code: 201)
- An evaluation has been fully decisioned by a workflow and results in an “Approved”, “Denied”, or “Manual Review” outcome. (HTTP code: 201)
- Pending
- Webhook
- An evaluation is awaiting an asynchronous notification from a data service (HTTP code: 202).
- An evaluation is awaiting an asynchronous notification from a data service (HTTP code: 202).
- Waiting
- An evaluation shows validation errors due to missing or incorrectly formatted data and is awaiting that data (HTTP code: 200).
- An evaluation shows validation errors due to missing or incorrectly formatted data and is awaiting that data (HTTP code: 200).
- Waiting Data Request
- An applicant abandons Out Of Wallet (OOW) / Knowledge-Based Authentication (KBA) questions leaving an evaluation awaiting the requested data (HTTP code: 200).
- An applicant abandons Out Of Wallet (OOW) / Knowledge-Based Authentication (KBA) questions leaving an evaluation awaiting the requested data (HTTP code: 200).
- Webhook
- Partial
- Exited Workflow
- An evaluation shows a Partial Result and the default “Else” outcome from the workflow. Typically caused if a data service failed which can be diagnosed from the raw response (HTTP code: 206).
- An evaluation shows a Partial Result and the default “Else” outcome from the workflow. Typically caused if a data service failed which can be diagnosed from the raw response (HTTP code: 206).
- Exited Workflow
Comments
0 comments
Article is closed for comments.