Last updated
{
"transaction_id": <string>,
"trials_remaining": <int>,
"result": {
"status": <string>,
"is_match": <bool>,
"matched_records": [
{
"data": {
"document_number": <string>,
"full_name": <string>,
"first_name": <string>,
"middle_name": <string>,
"last_name": <string>,
"nationality": <string>,
"gender": <string>,
"known_address": <string>,
"birth_date_day": <int>,
"birth_date_month": <int>,
"birth_date_year": <int>,
"language": <string>,
"remarks": <string>
},
"sanction_list": <string>,
"matched_fields": [
{
"field_name": <string>,
"match_score": <float>
}
]
}
]
}
}{
"message": "Invalid Sanction list.",
}{
"message": "Bad Request – invalid request received (e.g. missing Bundle key, required parameters or invalid json) | Make sure all the required parameters are included"
}{
"message": "Unauthorized – your Bundle key is invalid"
}{
"message": "Forbidden – specified access_token could not be found"
}{
"message": "Not Found"
}{
"message": "Unsupported Media Type"
}{
"message": "<error-description>",
"error_code": <valify-error-code>
}{
"message": "Internal Server Error"
}