Beta
Create an ID document verification for an applicant.Ensure you use your ID Document Verification configuration ID.
ID document verification created successfully
Bad Request
Unauthorized
Unprocessable Content
Internal Server Error
Service Unavailable
{- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "declared_data": {
- "name": "Hannah Bret"
}
}{- "id": "iddv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "declared_data": {
- "name": "Hannah Bret"
}, - "document": {
- "full_name": "Hannah Bret",
- "birth_date": "1994-10-15",
- "document_type": "ID",
- "document_issuing_country": "US",
}, - "_links": {
- "applicant": {
}
}
}Beta
Get the details of an existing ID document verification.ID document verification retrieved successfully
Not Found
Internal Server Error
{- "id": "iddv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "declared_data": {
- "name": "Hannah Bret"
}, - "document": {
- "full_name": "Hannah Bret",
- "birth_date": "1994-10-15",
- "document_type": "ID",
- "document_issuing_country": "US",
}, - "_links": {
- "applicant": {
}
}
}Beta
Remove the personal data from an ID document verification.Personal data removed successfully
Unauthorized
Not Found
Internal Server Error
{- "id": "iddv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "declared_data": {
- "name": "Hannah Bret"
}, - "_links": {
- "applicant": {
}
}
}Beta
Create an ID document verification attempt.If you've previously created an attempt for this verification, the verification status must be one of the following:
createdretry_requiredIf you create a new attempt while the status is any other value, you receive a 409 Conflict response.
Images must not exceed 10MB in size and must be in one of the following formats:
JPEGPDFPNGID document verification attempt created successfully
Not Found
Conflict
Internal Server Error
{- "document_front": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD…\n"
}{- "id": "datp_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [ ],
- "_links": {
}
}Beta
Get the details of all attempts for a specific ID document verification.ID document verification attempts retrieved successfully
Not Found
Internal Server Error
{- "total_count": 2,
- "skip": 10,
- "limit": 10,
- "data": [
- {
- "id": "datp_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [ ],
}
], - "_links": {
}
}Beta
Get the details of a specific attempt for an ID document verification.ID document verification attempt retrieved successfully
Not Found
Internal Server Error
{- "id": "datp_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [ ],
}Beta
Get the report for an ID document verification in PDF format.The report is only available when the verification status is approved or declined, and you've received a ID document verification report created webhook.
ID document verification report retrieved successfully
Not Found
Internal Server Error
Service Unavailable
{
}