Brazil
Overview (1.0)
Download OpenAPI description
Overview
Languages
Servers
https://api.kycaid.com/
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
- https://api.kycaid.com/services/pe/foreigner-id
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
application/json
{ "document_number": "006016372", "dob": "1976-02-21" }
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" } }