Proof of Address Check

Outcome

Output

AttributeTypeDescription

object

Comply Cube client details.

object

Comply Cube client address.

map

Results of performed checks

Client

AttributeTypeDescription

id

string

The unique identifier for a client.

type

string, possible values include:

  • person

  • company

The type of client.

entityName

string

The client's full name.

email

string

The client's email address.

object

Details for a client of type person.

companyDetails

object

Details for a client of type company.

createdAt

string

The date and time when the client was created.

updatedAt

string

The date and time when the client was updated.

Address

PropertyTypeDescription

id

string

ID of the address.

clientId

string

ID of the associated client.

line

string

Address line.

city

string

City of the address.

country

string

Country of the address.

createdAt

string

Creation timestamp of the address.

updatedAt

string

Update timestamp of the address.

Person Details

AttributeTypeDescription

firstName

string

The client's first name.

lastName

string

The client's last name.

Company Details

AttributeType Description

name

string

The client's name.

Checks Result

AttributeTypeDescription

object

Result of the proof of address check.

Proof of Address Check

AttributeTypeDescription

state

string, possible values include:

  • INIT

  • IN_PROGRESS

  • ERROR

  • FAILED

  • FINISHED

The status of the client's verification

object

Document which was used to verification process.

files

links

Links that allow to download client's documents.

outcome

string, possible values include:

  • clear

  • attention

  • not_processed

The outcome attribute represents the overall check result. Returned values include:

  1. clear: Indicates every analysis type conducted returned a successful result, and hence the document is authentic.

  2. attention: Indicates at least one of the analysis results requires attention.

  3. not_processed: Indicates that ComplyCube was not able to process the images. Reasons include:

    • The image is of low quality.

    • The image is blurred or glared.

    • The image is at an angle.

    • The ID type and country provided do not correspond with the actual document provided uploaded.

object

Details of verification.

Breakdown

AttributeTypeDescription

object

The data extracted using Optical Character Recognition (OCR).

object

The client validation results.

object

The content analysis results.

object

The geolocation analysis results.

Extracted Data

AttributeTypeDescription

object

Data relating to the document.

object

Data relating to the document holder.

object

Data relating to the extracted address.

Document Details

PropertyTypeDescription

documentType

string, possible values include:

  • bank_statement

  • driving_license

  • utility_bill

  • tax_document

Detected document type.

issuer

string

Document issuing vendor.

issuingDate

object

Issuing date of the document.

Holder Details

PropertyTypeDescription

entityName

string

Full extracted name of the document holder.

Address Details

PropertyTypeDescription

addressLine

string

Extracted address line.

addressCountry

string

The address country. This will be the two-letter country ISO code.

object

Structured address details.

Structured Address

PropertyTypeDescription

propertyNumber

string

Property number.

building

string

Building name.

line

string

Address line.

city

string

Address city.

state

string

Address state.

postalCode

string

Address postal code.

country

string

The address country. This will be the two-letter country ISO code.

latLong

string

Address latitude and longitude.

Date

AttributeTypeDescription

day

number

The day of the month. Value range 1-31.

month

number

The month. Value range 1-12.

year

number

The year, in YYYY format.

Analysis

For each conducted analysis, the returned values include:

  1. clear: Indicates the analysis returned a successful result.

  2. attention: Indicates a potential falsified or fraudulent document.

  3. not_processed: Returned when ComplyCube is not able to process the document. This can occur due to a number of reasons, including:

    • The document image is invalid

    • The document image is of poor quality and therefor unreadable

Client Validation

PropertyTypeDescription

firstName

string

Indicates whether the client provided first name matches the extracted entity name.

lastName

string

Indicates whether the client provided last name matches the extracted entity name.

address

string

Indicates whether any of the client provided addresses match the extracted address.

Content Analysis

PropertyTypeDescription

documentAge

string

Indicates the document had expired (when it's a Driving License) or is older than 3 months when it's a Bank Statement, Utility Bill, or Tax Document.

Geolocation Analysis

PropertyTypeDescription

ipInAddressCountry

string

Indicates the geolocation of the client IP address resides in the extracted address country.

ipProximityToAddress

string

Indicates the geolocation of the client IP address is within a reasonable distance from the extracted address country.

Sample Result

{
    "complyCube": {
        "idVerification": [
            {
                "client": {
                    "id": "64df68fabc1c610008bbb1b9",
                    "type": "person",
                    "entityName": "Jan Kowalski",
                    "email": "jkowalski@transactionlink.io",
                    "personDetails": {
                        "firstName": "Jan",
                        "lastName": "Kowalski"
                    },
                    "createdAt": "2023-08-18T12:50:02.168Z",
                    "updatedAt": "2023-08-18T12:50:02.168Z"
                },
                "address": {
                    "id": "64df68fabc1c610008bbb1bb",
                    "clientId": "64df68fabc1c610008bbb1b9",
                    "line": "ŻEROMSKIEGO",
                    "city": "WARSZAWA",
                    "country": "PL",
                    "createdAt": "2023-08-18T12:50:02.488Z",
                    "updatedAt": "2023-08-18T12:50:02.488Z"
                },
                "checksResult": {
                    "proofOfAddressCheck": {
                        "state": "FINISHED",
                        "document": {
                            "type": "UTILITY_BILL",
                            "createdAt": "2023-08-18T12:55:20.589Z",
                            "updatedAt": "2023-08-18T12:56:10.461Z"
                        },
                        "files": [
                            {
                                "resourceId": "35767679-5979-4845-b279-3fe5b3cca2b4",
                                "resourcePath": "resources/c84db9d5-3e88-4fa2-9211-60f9b9e6b213/35767679-5979-4845-b279-3fe5b3cca2b4/4127107e-d7b2-4d7f-8f1f-494682a8cb3d/image.jpg",
                                "resourceName": "image.jpg"
                            }
                        ],
                        "outcome": "clear",
                        "breakdown": {
                            "extractedData": {
                                "holderDetails": {
                                    "entityName": "John Doe"
                                },
                                "documentDetails": {
                                    "documentType": "bank_statement",
                                    "issuer": "Barclays Bank",
                                    "issuingDate": {
                                        "day": 25,
                                        "month": 1,
                                        "year": 2021
                                    }
                                },
                                "addressDetails": {
                                    "address": {
                                        "propertyNumber": "323",
                                        "line": "Common street",
                                        "city": "Aldgate",
                                        "state": "London",
                                        "postalCode": "W99 0RD",
                                        "country": "GB",
                                        "latLong": "51.5136,-0.077188"
                                    },
                                    "addressLine": "323 Common Street Aldgate London W99 0RD",
                                    "addressCountry": "GB"
                                }
                            },
                            "clientValidation": {
                                "firstName": "clear",
                                "lastName": "clear",
                                "address": "clear"
                            },
                            "contentAnalysis": {
                                "documentAge": "clear"
                            },
                            "geoLocationAnalysis": {
                                "ipInAddressCountry": "clear",
                                "ipProximityToAddress": "clear"
                            }
                        }
                    }
                }
            }
        ]
    }
}

Last updated