Validate check outcome
Last updated
Last updated
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.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
string
The ID of the check.
Content-Type
string
The content-type must always be set to application/json
.
Authentication
string
The API live
or test
key
outcome
string
The validation outcome. Valid values include:
1. confirmed
2. rejected
3. pending
See the validation per check type table below to learn how each can affect the check outcome.
matchId
string
The match ID. This is required for checks of type standard_screening_check
and extensive_screening_check
.
comment
string
A comment that can be associated with the validation. This can be up to 4,000 characters long.
Resulting Check Outcome
Description
clear
Upon having all matches rejected
, the outcome will be set to clear
.
attention
The outcome will remain as attention
unless all matches have been rejected
or a match has been confirmed
.
match_confirmed
When any match is confirmed
, the outcome of the check will be changed to match_confirmed
.
Resulting Check Outcome
Description
clear
When the validation outcome is set to confirmed
, the check outcome will be changed to clear
.
rejected
When the validation outcome is set to rejected
, the check outcome will be changed to rejected
.