Brazil
Overview (1.0)
Request
The USA eIDV (electronic Identity Verification) service provides automated, remote identity verification for individuals within the United States. It utilizes a person's first name, last name, and date of birth to check against official records. The service returns a match score along with a detailed description of the verification outcome, enabling quick and reliable identity checks.
Security
your_api_key
The first name of a person
https://api.kycaid.com/services/us/eidv
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
application/json
{ "first_name": "Josh", "last_name": "Coffey", "dob": "1976-02-21" }
Response
application/json
{ "data": { "score": 80, "score_descriptions": [ null, "FULL_NAME_MATCH", "FULL_DOB_MATCH", null, null, null, null, null, null ], "address_match_type": null, "name_match_type": "MATCH", "dob_match_type": "MATCH", "phone_match_type": "NO_MATCH", "email_match_type": "NO_MATCH", "ssn_match_type": "NO_MATCH", "city_match_type": null, "zip_match_type": null, "state_match_type": null, "driver_license_match_type": "NO_MATCH" } }