Fetch Records
API to fetch KYC record
Last updated
API to fetch KYC record
Last updated
This API allows clients to fetch KYC records
sdk.faceki.com
http://sdk.faceki.com/api/v3/kyc_verification
Method: GET
Authorization: Bearer Token
Content-Type: application/json
GET
https://sdk.faceki.com/kycverify/api/kycverify/records
Name | Type | Description |
---|---|---|
requestId | String | UniqueID generated by Faceki |
face_id | String | Unique FaceID for user generated upon KYC verification |
link | String | Generated Link |
record_identifier | String | Record Identifier by Customer for KYC Verification |
Name | Type | Description |
---|---|---|
Authorization* | String | Bearer [token] |
Content-Type* | String | application/json |
{
"status": true,
"code": 200,
"message": "OK",
"appVersion": "v3.0.0",
"result": [
{
"link": "unique-val",
"record_identifier": "unique-val",
"requestId": "XXXXX-ffa0-XCXXXX-9dfc-XXXXXXXXX",
"document_data": [
{
"reference": "XXXXXXXXX",
"full_name": "XXXXXX XXXX XXXXXX",
"first_name": "XXXXX XXXXX",
"local_name": "ا",
"last_name": "XXXXXXXX",
"middle_name": "",
"nationality": "XXXXXX",
"nationality_iso": "XX",
"nationality_iso2": "XXX",
"issuer": "Bahrain",
"issuer_iso": "BH",
"issuer_iso2": "BHR",
"gender": "M",
"dob": "03",
"age": "26",
"expiry": "XXXX-XX-30",
"expiryDay": "30",
"expiryMonth": "XX",
"expiryYear": "XXXX",
"issued": "",
"issuedDay": "",
"issuedMonth": "",
"issuedYear": "",
"documentAdditionalNumber": "",
"document_number": "XXXXXXXXX",
"document_type": "I",
"document_type_full": "Identity Card",
"mrz": "IDBHRXXXXXXXXX5<<<<<<<<<<<<<<<^97XXXXXX0530XXXX<<<<<<<<<<4^XXXXXER<<XXXXD<HXXXXX<<<<<<<",
"document_face_match": {
"similarity": 99.98751831054688,
"confidence": 99.99876403808594
},
"passed": true,
"date_of_birth": "XX-03-XX",
"date_of_birth_day": "XX",
"date_of_birth_month": "03",
"date_of_birth_year": "XX"
}
],
"selfie_data": {
"liveness_pass": true
},
"warnings": [],
"notes": [],
"aml": [],
"verification_summary": {
"face_verified": true,
"selfie_liveness_verified": true,
"document_verified": true,
"verification_rules_passed": true,
"document_liveness_verified": true,
"image_quality": true
},
"document_data_confidence": [
{
"reference": "XXXXXXXXX",
"full_name": 0.9,
"first_name": 0,
"local_name": 0.9,
"last_name": 0,
"middle_name": 0,
"nationality": 0.97,
"nationality_iso": 0.97,
"nationality_iso2": 0.97,
"issuer": 0,
"issuer_iso": 0,
"issuer_iso2": 0,
"gender": 0.99,
"dob": 0.9,
"age": 0,
"expiry": 1,
"expiryDay": 1,
"expiryMonth": 1,
"expiryYear": 1,
"issued": 0,
"issuedDay": 0,
"issuedMonth": 0,
"issuedYear": 0,
"documentAdditionalNumber": 0,
"placeOfBirth": 0,
"document_number": 1,
"personal_number": 0,
"document_type": 0.8977721333503723,
"document_type_full": 0.8977721333503723,
"mrz": 0.44,
"date_of_birth": 0.9,
"date_of_birth_day": 0.9,
"date_of_birth_month": 0.9,
"date_of_birth_year": 0.9
}
],
"decision": "DECLINED",
"errorCodes": [],
"deviceDetails": {
"useragent": "PostmanRuntime/7.36.1",
"detectResult": {
"client": {
"type": "library",
"name": "Postman Desktop",
"version": "7.36.1"
},
"device": {
"id": "",
"type": "",
"brand": "",
"model": ""
}
}
},
"createdAt": "2024-01-22T21:17:41.556Z",
"updatedAt": "2024-01-22T21:18:09.137Z",
"__v": 0,
"images": [
{
"documentName": "ID_Card",
"side": "cropped_signature",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "ID_Card",
"side": "cropped_portrait",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "ID_Card",
"side": "cropped_front",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "ID_Card",
"side": "front",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "ID_Card",
"side": "back",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "ID_Card",
"side": "cropped_back",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
},
{
"documentName": "Selfie",
"side": "Selfie",
"key": "https://prodstorage.faceki.com/XXXXXXXXXXXXXXXX"
}
],
"face_id": "XXXXXXXXXXX-4f27-4744-XXXXX-7XXXXXXXXXXX3",
"updateBy": "XXXXXXXXXXXXXXXXX"
}
]
}
Kindly check the Token is not expired, find more about the token here