Validate check outcome
Validate check outcome
POST
https://api.complycube.com/v1/checks/:id/validate
Validates the outcome of the specified check.
The outcome
of a check can be changed through validation. For checks of type standard_screening_check and extensive_screening_check, this requires confirming or rejecting each of the found matches. For other check types, validation will change the check outcome.
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The ID of the check. |
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | The content-type must always be set to |
Authentication | string | The API |
Request Body
Name | Type | Description |
---|---|---|
outcome | string | The validation outcome. Valid values include:
1. |
matchId | string | The match ID. This is required for checks of type |
comment | string | A comment that can be associated with the validation. This can be up to 4,000 characters long. |
Example request
Validation per check type
Standard and Extensive Screening Checks
Resulting Check Outcome | Description |
| Upon having all matches |
| The outcome will remain as |
| When any match is |
Document and Identity Checks
Resulting Check Outcome | Description |
| When the validation outcome is set to |
| When the validation outcome is set to |
Last updated