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
id
string
The ID of the check.
Headers
Content-Type
string
The content-type must always be set to application/json
.
Authentication
string
The API live
or test
key
Request Body
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.
Example request
Validation per check type
Standard and Extensive Screening Checks
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
.
Document and Identity Checks
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
.
Last updated