Retrieve information on documents from the Kycaid blacklist databases to check for compliance with laws and regulations. Each response may have several objects, with one object per a blacklist
Security
API-Key
A number of a document to check with blacklist databases
Example:"920927302325"
A type of a document
Enum:"PASSPORT""DOMESTIC_PASSPORT""GOVERNMENT_ID""DRIVERS_LICENSE""FOREIGN_CITIZEN_PASSPORT""PERMANENT_RESIDENCE_PERMIT""REFUGEE_CARD"
Example:"PASSPORT"
An issuing country of a document. A two-letter country code according to ISO 3166-2
Example:"GB"
A type of blacklist databases to make a check
SANCTIONS: Global and local sanctions databasesPEP: Databases of politically exposed persons (PEP)WANTED: Databases of persons being searched for by the policeEXPIRED: Databases of stolen or lost documents
Items Enum:"INTERNAL""SANCTIONS""PEP""WANTED""EXPIRED"
Example:
[ "SANCTIONS" ]
- https://api.kycaid.comhttps://api.kycaid.com/bdb/documents
{ "document_number": "920927302325", "document_type": "PASSPORT", "document_country": "GB", "bdb_types": [ "SANCTIONS" ] }
Response
{ "data": [ { "document_number": "920927302325", "document_type": "PASSPORT", "document_country": "GB", "description": "Reciprocal - 2010-04-30", "bdb_name": "Open Sanctions Default", "bdb_type": [ "SANCTIONS" ] } ] }