curl --request GET \
--url https://api.dataspike.io/api/v3/verifications/{verification_id} \
--header 'ds-api-token: <api-key>'{
"id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"applicant_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"status": "initial",
"checks": {
"document_mrz": {
"data": {
"document_type": "Passport",
"country": "DE",
"name": "John",
"surname": "Doe",
"doc_number": "P-1234567890",
"nationality": "British",
"birth_date": "871224",
"sex": "M",
"expiry_date": "201224"
},
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"face_comparison": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"poa": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"liveness": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
}
},
"created_at": "2023-07-18T15:32:13.000Z",
"verification_url": "https://am.dataspike.io/VDBA1B2EA6A28A7D2",
"verification_url_id": "VDBA1B2EA6A28A7D2",
"expires_at": "2023-07-18T15:32:13.000Z",
"is_sandbox": false,
"profile_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"settings": {
"poi_required": true,
"poi_allowed_documents": [
"passport"
],
"face_comparison_required": true,
"face_comparison_allowed_documents": [
"selfie"
],
"poa_required": false,
"allow_poi_manual_uploads": false,
"allow_desktop": false,
"disable_cross_check_by_bio": false,
"disable_cross_check_by_photo": false,
"disable_verify_poa_country_match_with_poi": false,
"countries": [
"FR"
],
"ui_settings": {},
"manual_field_settings": {
"enabled": true,
"description": "<string>",
"full_name": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"email": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"phone": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"country": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"dob": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"gender": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"citizenship": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"address": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"certificate_of_incorporation": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"ownership_document": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"custom_fields": [
{
"label": "<string>",
"caption": "<string>",
"order": 123,
"options": {
"choices": [
"<string>"
],
"type": "<string>"
}
}
]
},
"finish_screen_settings": {
"enabled": true,
"settings": {
"title": "<string>",
"main_text": "<string>",
"redirect_warning": "<string>",
"cta": "<string>",
"redirect_link": "<string>"
}
}
},
"documents": [
{
"document_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"document_type": "passport"
}
],
"completed_at": "2023-07-18T15:32:13.000Z",
"country_code": "DE",
"poi_data": {
"parsed_type": "passport",
"has_mrz": true,
"raw_mrz_type": "P",
"country": "DEU",
"full_name": "John Doe",
"name": "John",
"surname": "Doe",
"document_number": "P-1234567890",
"nationality": "DEU",
"birth_date": "1983-03-21",
"sex": "M",
"expiry_date": "2021-02-24",
"issue_date": "2021-02-24",
"pin": "<string>",
"card_number": "<string>",
"license_number": "<string>",
"license_type": "<string>",
"license_class": "<string>",
"cpf_number": "<string>",
"vin": "<string>",
"nin": "<string>",
"occupation": "<string>",
"polling_unit": "<string>",
"region": "<string>",
"restrictions": "<string>",
"height": "<string>",
"registration_date": "<string>",
"parents_names": "<string>",
"endorsements": "<string>"
},
"aml_search_id": "d358ace9-9e35-42cd-b8b7-837c1005d2f5",
"manual_fields": {
"full_name": "<string>",
"email": "<string>",
"phone": "<string>",
"country": "<string>",
"dob": "<string>",
"gender": "M",
"citizenship": "<string>",
"address": "<string>",
"custom_fields": {}
},
"custom_files": {}
}Retrieve detailed information about an existing verification by providing their unique Verification ID as a URL parameter.
curl --request GET \
--url https://api.dataspike.io/api/v3/verifications/{verification_id} \
--header 'ds-api-token: <api-key>'{
"id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"applicant_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"status": "initial",
"checks": {
"document_mrz": {
"data": {
"document_type": "Passport",
"country": "DE",
"name": "John",
"surname": "Doe",
"doc_number": "P-1234567890",
"nationality": "British",
"birth_date": "871224",
"sex": "M",
"expiry_date": "201224"
},
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"face_comparison": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"poa": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
},
"liveness": {
"status": "pending",
"pending_documents": [
"passport"
],
"errors": [
{
"code": 1001,
"message": "document parsing failed"
}
]
}
},
"created_at": "2023-07-18T15:32:13.000Z",
"verification_url": "https://am.dataspike.io/VDBA1B2EA6A28A7D2",
"verification_url_id": "VDBA1B2EA6A28A7D2",
"expires_at": "2023-07-18T15:32:13.000Z",
"is_sandbox": false,
"profile_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"settings": {
"poi_required": true,
"poi_allowed_documents": [
"passport"
],
"face_comparison_required": true,
"face_comparison_allowed_documents": [
"selfie"
],
"poa_required": false,
"allow_poi_manual_uploads": false,
"allow_desktop": false,
"disable_cross_check_by_bio": false,
"disable_cross_check_by_photo": false,
"disable_verify_poa_country_match_with_poi": false,
"countries": [
"FR"
],
"ui_settings": {},
"manual_field_settings": {
"enabled": true,
"description": "<string>",
"full_name": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"email": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"phone": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"country": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"dob": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"gender": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"citizenship": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"address": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"certificate_of_incorporation": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"ownership_document": {
"enabled": true,
"caption": "<string>",
"order": 123,
"optional": true
},
"custom_fields": [
{
"label": "<string>",
"caption": "<string>",
"order": 123,
"options": {
"choices": [
"<string>"
],
"type": "<string>"
}
}
]
},
"finish_screen_settings": {
"enabled": true,
"settings": {
"title": "<string>",
"main_text": "<string>",
"redirect_warning": "<string>",
"cta": "<string>",
"redirect_link": "<string>"
}
}
},
"documents": [
{
"document_id": "01827ed4-c928-7a3c-9a30-7ab7cc169d11",
"document_type": "passport"
}
],
"completed_at": "2023-07-18T15:32:13.000Z",
"country_code": "DE",
"poi_data": {
"parsed_type": "passport",
"has_mrz": true,
"raw_mrz_type": "P",
"country": "DEU",
"full_name": "John Doe",
"name": "John",
"surname": "Doe",
"document_number": "P-1234567890",
"nationality": "DEU",
"birth_date": "1983-03-21",
"sex": "M",
"expiry_date": "2021-02-24",
"issue_date": "2021-02-24",
"pin": "<string>",
"card_number": "<string>",
"license_number": "<string>",
"license_type": "<string>",
"license_class": "<string>",
"cpf_number": "<string>",
"vin": "<string>",
"nin": "<string>",
"occupation": "<string>",
"polling_unit": "<string>",
"region": "<string>",
"restrictions": "<string>",
"height": "<string>",
"registration_date": "<string>",
"parents_names": "<string>",
"endorsements": "<string>"
},
"aml_search_id": "d358ace9-9e35-42cd-b8b7-837c1005d2f5",
"manual_fields": {
"full_name": "<string>",
"email": "<string>",
"phone": "<string>",
"country": "<string>",
"dob": "<string>",
"gender": "M",
"citizenship": "<string>",
"address": "<string>",
"custom_fields": {}
},
"custom_files": {}
}Fetch Verification by ID
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Verification Information
Create Verification Response
Id of created verification
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Id of applicant verification is linked to
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
The First verification status is initial.
Second one is pending, when some documents are uploaded to verification or applicant of verification, but not all required documents are uploaded.
When all documents are uploaded and verification has been proceeded by api (https://docs.dataspike.io/api#tag/Verifications/operation/proceed-verification) or web sdk status becomes to in_progress.
After in_progress status can be both verified or failed depending on the verification result.
Transition to canceled status can be from any status if verification was canceled, except verified and failed.
Transition to expired status can be from any status if verification has expired, except verified, in_progress and failed.

initial, pending, in_progress, verified, failed, canceled, expired Object describes required checks and it`s current status
Show child attributes
MRZ check Recognized MRZ data of document. Object describes verification check, required documents and status
Show child attributes
Show child attributes
MRZ document type
"Passport"
Country of the document, reference https://www.iban.com/country-codes
"DE"
Extracted name
"John"
Extracted surname
"Doe"
Document number
"P-1234567890"
Extracted nationality
"British"
Extracted birth date in YYMMDD format
"871224"
Extracted sex, typically M or F
"M"
Extracted birth date in YYMMDD format
"201224"
Describes possible document check statuses for a specific verification
pending, in_progress, verified, failed, canceled, expired List of required documents, that were not uploaded yet
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Show child attributes
General parsing and detection
| Code | Message | Description |
|---|---|---|
| 1001 | "document parsing failed" | Processing of document fails due to any reason. Most common cases - image doesn't have any document, corrupted file, etc. |
| 1103 | "expiry date not recognized" | Expiry date on document not parsed or detected |
Document MRZ errors
| Code | Message | Description |
|---|---|---|
| 2001 | "document mrz detection failed" | MRZ Zone not detected at document |
| 2002 | "document number" | Document number not detected on document or invalid |
| 2003 | "birth date" | Birth date not detected or invalid |
| 2004 | "expiry date" | Expiry date not detected or invalid |
| 2005 | "final" | Checksum of fields is invalid |
| 2006 | "country code" | Country code not detected or invalid |
| 2010 | "document validation failed" | General error of mrz validation |
Expiration
| Code | Message | Description |
|---|---|---|
| 3001 | "document expired" | Document expired |
Document mismatch
| Code | Message | Description |
|---|---|---|
| 3100 | "document mismatch" | The uploaded document does not match the stated |
Face comparison
| Code | Message | Description |
|---|---|---|
| 4001 | "no face were found on image" | Face not found in image |
| 4002 | "face comparison failed" | Face doesn't match with document |
| 4003 | "images are identical" | Face image and document image are identical |
Proof of address
| Code | Message | Description |
|---|---|---|
| 4500 | "Name in PoA document not verified" | - |
| 4501 | "Surname in PoA document not verified" | - |
| 4502 | "Country in PoA document not verified" | - |
| 4503 | "PoA document is not applicable" | - |
| 4504 | "PoA Document is too old" | - |
| 4505 | "Can't process poa document" | - |
Liveness
| Code | Message | Description |
|---|---|---|
| 5000 | "Liveness check not passed" | - |
| 5001 | "deepfake" | Photo is deepfake |
| 5002 | "spoof" | Photo is spoofed |
| 5003 | "move closer" | Photo spoofed or disputed. hint for user: move closer |
| 5004 | "check lighting" | Photo spoofed or disputed. hint for user: check lighting |
| 5005 | "disputed" | Photo liveness is disputed |
| 5006 | "small resolution" | Photo spoofed or disputed. hint for user: image resolution too small. Check camera settings |
| 5007 | "3d depth of face" | Photo spoofed or disputed. hint for user: It can be lighting or angle of face. |
Verification
| Code | Message | Description |
|---|---|---|
| 8000 | "verification expired" | Verification expired |
| 8001 | "verification canceled" | Verification canceled |
1001
Descriptive error for a corresponding error code
"document parsing failed"
Face comparison check, can be within selfie or liveness_photo documents Object describes verification check, required documents and status
Show child attributes
Describes possible document check statuses for a specific verification
pending, in_progress, verified, failed, canceled, expired List of required documents, that were not uploaded yet
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Show child attributes
General parsing and detection
| Code | Message | Description |
|---|---|---|
| 1001 | "document parsing failed" | Processing of document fails due to any reason. Most common cases - image doesn't have any document, corrupted file, etc. |
| 1103 | "expiry date not recognized" | Expiry date on document not parsed or detected |
Document MRZ errors
| Code | Message | Description |
|---|---|---|
| 2001 | "document mrz detection failed" | MRZ Zone not detected at document |
| 2002 | "document number" | Document number not detected on document or invalid |
| 2003 | "birth date" | Birth date not detected or invalid |
| 2004 | "expiry date" | Expiry date not detected or invalid |
| 2005 | "final" | Checksum of fields is invalid |
| 2006 | "country code" | Country code not detected or invalid |
| 2010 | "document validation failed" | General error of mrz validation |
Expiration
| Code | Message | Description |
|---|---|---|
| 3001 | "document expired" | Document expired |
Document mismatch
| Code | Message | Description |
|---|---|---|
| 3100 | "document mismatch" | The uploaded document does not match the stated |
Face comparison
| Code | Message | Description |
|---|---|---|
| 4001 | "no face were found on image" | Face not found in image |
| 4002 | "face comparison failed" | Face doesn't match with document |
| 4003 | "images are identical" | Face image and document image are identical |
Proof of address
| Code | Message | Description |
|---|---|---|
| 4500 | "Name in PoA document not verified" | - |
| 4501 | "Surname in PoA document not verified" | - |
| 4502 | "Country in PoA document not verified" | - |
| 4503 | "PoA document is not applicable" | - |
| 4504 | "PoA Document is too old" | - |
| 4505 | "Can't process poa document" | - |
Liveness
| Code | Message | Description |
|---|---|---|
| 5000 | "Liveness check not passed" | - |
| 5001 | "deepfake" | Photo is deepfake |
| 5002 | "spoof" | Photo is spoofed |
| 5003 | "move closer" | Photo spoofed or disputed. hint for user: move closer |
| 5004 | "check lighting" | Photo spoofed or disputed. hint for user: check lighting |
| 5005 | "disputed" | Photo liveness is disputed |
| 5006 | "small resolution" | Photo spoofed or disputed. hint for user: image resolution too small. Check camera settings |
| 5007 | "3d depth of face" | Photo spoofed or disputed. hint for user: It can be lighting or angle of face. |
Verification
| Code | Message | Description |
|---|---|---|
| 8000 | "verification expired" | Verification expired |
| 8001 | "verification canceled" | Verification canceled |
1001
Descriptive error for a corresponding error code
"document parsing failed"
Proof of Address check Object describes verification check, required documents and status
Show child attributes
Describes possible document check statuses for a specific verification
pending, in_progress, verified, failed, canceled, expired List of required documents, that were not uploaded yet
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Show child attributes
General parsing and detection
| Code | Message | Description |
|---|---|---|
| 1001 | "document parsing failed" | Processing of document fails due to any reason. Most common cases - image doesn't have any document, corrupted file, etc. |
| 1103 | "expiry date not recognized" | Expiry date on document not parsed or detected |
Document MRZ errors
| Code | Message | Description |
|---|---|---|
| 2001 | "document mrz detection failed" | MRZ Zone not detected at document |
| 2002 | "document number" | Document number not detected on document or invalid |
| 2003 | "birth date" | Birth date not detected or invalid |
| 2004 | "expiry date" | Expiry date not detected or invalid |
| 2005 | "final" | Checksum of fields is invalid |
| 2006 | "country code" | Country code not detected or invalid |
| 2010 | "document validation failed" | General error of mrz validation |
Expiration
| Code | Message | Description |
|---|---|---|
| 3001 | "document expired" | Document expired |
Document mismatch
| Code | Message | Description |
|---|---|---|
| 3100 | "document mismatch" | The uploaded document does not match the stated |
Face comparison
| Code | Message | Description |
|---|---|---|
| 4001 | "no face were found on image" | Face not found in image |
| 4002 | "face comparison failed" | Face doesn't match with document |
| 4003 | "images are identical" | Face image and document image are identical |
Proof of address
| Code | Message | Description |
|---|---|---|
| 4500 | "Name in PoA document not verified" | - |
| 4501 | "Surname in PoA document not verified" | - |
| 4502 | "Country in PoA document not verified" | - |
| 4503 | "PoA document is not applicable" | - |
| 4504 | "PoA Document is too old" | - |
| 4505 | "Can't process poa document" | - |
Liveness
| Code | Message | Description |
|---|---|---|
| 5000 | "Liveness check not passed" | - |
| 5001 | "deepfake" | Photo is deepfake |
| 5002 | "spoof" | Photo is spoofed |
| 5003 | "move closer" | Photo spoofed or disputed. hint for user: move closer |
| 5004 | "check lighting" | Photo spoofed or disputed. hint for user: check lighting |
| 5005 | "disputed" | Photo liveness is disputed |
| 5006 | "small resolution" | Photo spoofed or disputed. hint for user: image resolution too small. Check camera settings |
| 5007 | "3d depth of face" | Photo spoofed or disputed. hint for user: It can be lighting or angle of face. |
Verification
| Code | Message | Description |
|---|---|---|
| 8000 | "verification expired" | Verification expired |
| 8001 | "verification canceled" | Verification canceled |
1001
Descriptive error for a corresponding error code
"document parsing failed"
Liveness check, verify that provided image is not spoofed Object describes verification check, required documents and status
Show child attributes
Describes possible document check statuses for a specific verification
pending, in_progress, verified, failed, canceled, expired List of required documents, that were not uploaded yet
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Show child attributes
General parsing and detection
| Code | Message | Description |
|---|---|---|
| 1001 | "document parsing failed" | Processing of document fails due to any reason. Most common cases - image doesn't have any document, corrupted file, etc. |
| 1103 | "expiry date not recognized" | Expiry date on document not parsed or detected |
Document MRZ errors
| Code | Message | Description |
|---|---|---|
| 2001 | "document mrz detection failed" | MRZ Zone not detected at document |
| 2002 | "document number" | Document number not detected on document or invalid |
| 2003 | "birth date" | Birth date not detected or invalid |
| 2004 | "expiry date" | Expiry date not detected or invalid |
| 2005 | "final" | Checksum of fields is invalid |
| 2006 | "country code" | Country code not detected or invalid |
| 2010 | "document validation failed" | General error of mrz validation |
Expiration
| Code | Message | Description |
|---|---|---|
| 3001 | "document expired" | Document expired |
Document mismatch
| Code | Message | Description |
|---|---|---|
| 3100 | "document mismatch" | The uploaded document does not match the stated |
Face comparison
| Code | Message | Description |
|---|---|---|
| 4001 | "no face were found on image" | Face not found in image |
| 4002 | "face comparison failed" | Face doesn't match with document |
| 4003 | "images are identical" | Face image and document image are identical |
Proof of address
| Code | Message | Description |
|---|---|---|
| 4500 | "Name in PoA document not verified" | - |
| 4501 | "Surname in PoA document not verified" | - |
| 4502 | "Country in PoA document not verified" | - |
| 4503 | "PoA document is not applicable" | - |
| 4504 | "PoA Document is too old" | - |
| 4505 | "Can't process poa document" | - |
Liveness
| Code | Message | Description |
|---|---|---|
| 5000 | "Liveness check not passed" | - |
| 5001 | "deepfake" | Photo is deepfake |
| 5002 | "spoof" | Photo is spoofed |
| 5003 | "move closer" | Photo spoofed or disputed. hint for user: move closer |
| 5004 | "check lighting" | Photo spoofed or disputed. hint for user: check lighting |
| 5005 | "disputed" | Photo liveness is disputed |
| 5006 | "small resolution" | Photo spoofed or disputed. hint for user: image resolution too small. Check camera settings |
| 5007 | "3d depth of face" | Photo spoofed or disputed. hint for user: It can be lighting or angle of face. |
Verification
| Code | Message | Description |
|---|---|---|
| 8000 | "verification expired" | Verification expired |
| 8001 | "verification canceled" | Verification canceled |
1001
Descriptive error for a corresponding error code
"document parsing failed"
Verification creation timestamp
"2023-07-18T15:32:13.000Z"
Verification url that can be provided to the end user to perform online verification
"https://am.dataspike.io/VDBA1B2EA6A28A7D2"
Verification short id
"VDBA1B2EA6A28A7D2"
Verification expiration timestamp
"2023-07-18T15:32:13.000Z"
Flag indicates that verification is created in sandbox env
Verification profile id
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Verification profile settings
Show child attributes
POI (proof of identity) check is required.
Allowed documents for POI check
passport, driver_license, id_card, residence_permit Face comparison check is required
Allowed documents for face comparison check
selfie, liveness_photo POA (proof of address) check is required
Allow manual upload POI documents from files (now live photo)
Allow uploads throught desktop. False means only mobile allowed
Don't do cross check by name and birth date in POI document across organization.
Don't do cross check by photo of applicant across organization.
Disable requirement that country in POA document should be match within country in POI document
List of allowed countries
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes
ui settigns to customize SDK
Manual field settings
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Manual field setting
Show child attributes
Caption of field
Position order in UI
This field is optional for submitter when true
Show child attributes
Verification finish screen settings
Show child attributes
Show child attributes
Redirect to this url after verification has finished
List of prodived documents
Show child attributes
Document id in the system
"01827ed4-c928-7a3c-9a30-7ab7cc169d11"
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Time of completion
"2023-07-18T15:32:13.000Z"
Two-letter ISO 3166-1 ALPHA-2 code, reference https://www.iban.com/country-codes
"DE"
Show child attributes
Possible document type
passport, id_card, residence_permit, driver_license, poa, selfie, liveness_photo, kyb_certificate_of_incorporation, kyb_ownership_document Indicate document has mrz or not
true
mrz type of document
"P"
Country of the document, reference https://www.iban.com/country-codes
"DEU"
If present name and surname will be empty strings
"John Doe"
Extracted name
"John"
Extracted surname
"Doe"
Document number
"P-1234567890"
Extracted nationality
"DEU"
Extracted birth date
"1983-03-21"
Extracted sex, M or F
"M"
Extracted birth date
"2021-02-24"
Extracted birth date
"2021-02-24"
Pin of document.
Number of card.
AML search id operation
"d358ace9-9e35-42cd-b8b7-837c1005d2f5"
Custom fields values
Show child attributes
Date of birth.
M, F Key - value object, values can be only strings
Mapping of custom field labels to uploaded document info