Beta
Create an address document verification for an applicant.Address document verification created successfully
Bad Request
Unauthorized
Unprocessable Content
Internal Server Error
Service Unavailable
{- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "declared_data": {
- "name": "Hannah Bret"
}
}{- "id": "adv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "declared_data": {
- "name": "Hannah Bret"
}, - "status": "created",
- "response_codes": [ ],
- "_links": {
- "applicant": {
}
}
}Beta
Get the details of an existing address document verification.Address document verification retrieved successfully
Unauthorized
Not Found
Internal Server Error
{- "id": "adv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "declared_data": {
- "name": "Hannah Bret"
}, - "status": "created",
- "response_codes": [ ],
- "_links": {
- "applicant": {
}
}
}Beta
Remove the personal data from an address document verification.Personal data removed successfully
Unauthorized
Not Found
Internal Server Error
{- "id": "adv_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "applicant_id": "aplt_tkoi5db4hryu5cei5vwoabr7we",
- "user_journey_id": "usj_tkoi5db4hryu5cei5vwoabr7we",
- "status": "approved",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
], - "_links": {
- "applicant": {
}
}
}Beta
Create an address 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:
JPEGPDFPNGAddress document verification attempt created successfully
Not Found
Conflict
Internal Server Error
{ "document": "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD…\n" }
{- "id": "adva_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "quality_checks_in_progress",
- "response_codes": [ ],
}Beta
Get the details of all attempts for a specific address document verification.Address document verification attempts retrieved successfully
Not Found
Internal Server Error
{- "total_count": 1,
- "skip": 0,
- "limit": 10,
- "data": [
- {
- "id": "adva_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
],
}
], - "_links": {
}
}Beta
Get the details of a specific attempt for an address document verification.Address document verification attempt retrieved successfully
Not Found
Internal Server Error
{- "id": "adva_tkoi5db4hryu5cei5vwoabr7we",
- "created_on": "2025-07-21T17:32:28Z",
- "modified_on": "2025-07-21T17:40:32Z",
- "status": "completed",
- "response_codes": [
- {
- "code": 10000,
- "summary": "approved"
}
],
}Beta
Get the report for an address document verification in PDF format.The report is only available when the verification status is approved or declined, and you've received an address document verification report created webhook.
Address document verification report retrieved successfully
Not Found
Internal Server Error
Service Unavailable
{
}