Skip to content
Languages
Servers

https://api.kycaid.com/

Operations
Operations

🇰🇿 Kazakhstan

🇰🇿 Kazakhstan

Operations
Operations
Operations
Operations

Request

Access the article from the previous version of the documentation:

Security
Your API key
Path
dni_numberanyrequired
No request payload

Request

Access the article from the previous version of the documentation:

Security
Your API key
Path
dni_numberanyrequired
No request payload

Request

The foreigner resident ID (Peru) verification service allows you to verify the identity of a foreign resident in Peru by their CE (Carné de Extranjería) number. The service returns the individual’s full name, given and family names, date of birth, nationality, immigration status, and residence details, including ID issuance and expiration dates

Security
Your API key
Bodyapplication/json
document_numberstring or null[ 7 .. 9 ] charactersrequired

A number of a document

dobstring or null(date)required

The date of birth of a person, formatted according to ISO 8601

application/json
{ "document_number": "006016372", "dob": "1976-02-21" }

Responses

OK

The request was successful, and our system returned an expected response.

Bodyapplication/json
One of:
validationobject
dataobject
Response
application/json
{ "validation": { "valid": true }, "data": { "number": "006016372", "full_name": "Josh Coffey", "first_name": "Josh", "last_name": "Coffey", "names": [ null ], "dob": "1976-02-21", "issue_date": "2020-11-04", "expiry_date": "2028-11-04", "residence_expiry_date": "2028-04-16", "immigration_status": "ESPECIAL", "nationality": "GB", "nationality_demonym_es": "VENEZOLANA" } }
Operations
Operations