Check ID
kyc.proof_of_address_verification
Response Structure
Example Response
Response Fields
string
The type identifier for the response. Will be “KYCProofOfAddressCheckResult”.
array
Array of documents that passed all verification checks.
array
Array of documents that failed one or more verification checks.
string
The verified name of the individual that matches the self-attested name.
object
The confirmed address after verification checks.
string
The type of document used for address verification (e.g., “utility_bill”, “bank_statement”).
boolean
Whether the document is valid and meets all verification requirements.
Key Components
Document Analysis
Each document invalid_documents or invalid_documents contains the following components:
Extraction Data
boolean
Indicates whether the document structure and content are valid.
string
Detailed analysis of the document content and its validity.
string
Brief overview of the document’s key information.
string
The document’s date in ISO format.
object
Any alerts or warnings associated with the document validation.
string
Individual’s name extracted from the document.
object
Address found in the document.
Document Metadata
object
Metadata about the document being verified.
string
The type identifier for the document object. Will be “Document”.
string
The URL where the document can be accessed.
string
The name of the document file.
string | null
Optional description of the document.
string
The type of source for the document (e.g., “file_url”).
number | null
The number of pages in the document, if available.