200
Identity verification results retrieved successfully.
Returns primary and/or secondary IDV results. Either can be null if not submitted to this creditor. | Schema — OPTIONAL |
|---|
primary objectIdentity verification results for an applicant.
Only returns IDV data if it has been submitted to that specific creditor.
Includes submission metadata (creditorId, submittedAt, comparisonResult). applicationId uuidThe application identifier | creditorId uuid — OPTIONALThe creditor identifier (only included for creditor access) | applicantId uuid | document objectGovernment-issued document information type string — OPTIONALType of document (e.g., "DRIVERS_LICENSE", "PASSPORT") | number string — OPTIONAL | country string — OPTIONALDocument issuing country code | releaseYear string — OPTIONALYear the document version was released | name string — OPTIONAL | issueDate date — OPTIONAL | expiryDate date — OPTIONAL | barcode string — OPTIONALRaw barcode data from document |
| identity objectIdentity information extracted from the government-issued document firstName string — OPTIONAL | middleName string — OPTIONALMiddle name from document | lastName string — OPTIONAL | givenName string — OPTIONALGiven name field from document | dateOfBirth date — OPTIONALDate of birth from document | address string — OPTIONAL | sex string — OPTIONAL | height string — OPTIONAL |
| images objectSigned URLs to IDV images frontImageUrl string — OPTIONALSigned URL to front of document image | backImageUrl string — OPTIONALSigned URL to back of document image | faceImageUrl string — OPTIONALSigned URL to applicant's face photo |
| identityVerificationResult stringPossible values: [HIGH, MEDIUM, LOW, UNAVAILABLE, UNKNOWN] Identity verification result from the provider, potentially modified based on comparison results. | identityVerificationResultStatus string — OPTIONALPossible values: [PASSED, INCONCLUSIVE, FAILED] Simplified identity verification status derived from identityVerificationResult.
- PASSED: High confidence verification (HIGH)
- INCONCLUSIVE: Medium confidence or unavailable (MEDIUM, UNKNOWN, UNAVAILABLE)
- FAILED: Low confidence verification (LOW)
| identityVerificationReportPdfUrl string — OPTIONALSigned URL to the generated IDV PDF report. | comparisonResult object — OPTIONALComparison result between the applicant's identity and the government-issued document.
Only included for creditor access when comparison has been performed. isNameMatch boolean — OPTIONAL | isDateOfBirthMatch boolean — OPTIONALWhether the date of birth matches | isAddressMatch boolean — OPTIONALWhether the address matches | comparedAt date-time — OPTIONALTimestamp when the comparison was performed |
| submittedAt date-time — OPTIONALTimestamp when IDV was submitted to this creditor. |
| secondary objectIdentity verification results for an applicant.
Only returns IDV data if it has been submitted to that specific creditor.
Includes submission metadata (creditorId, submittedAt, comparisonResult). applicationId uuidThe application identifier | creditorId uuid — OPTIONALThe creditor identifier (only included for creditor access) | applicantId uuid | document objectGovernment-issued document information type string — OPTIONALType of document (e.g., "DRIVERS_LICENSE", "PASSPORT") | number string — OPTIONAL | country string — OPTIONALDocument issuing country code | releaseYear string — OPTIONALYear the document version was released | name string — OPTIONAL | issueDate date — OPTIONAL | expiryDate date — OPTIONAL | barcode string — OPTIONALRaw barcode data from document |
| identity objectIdentity information extracted from the government-issued document firstName string — OPTIONAL | middleName string — OPTIONALMiddle name from document | lastName string — OPTIONAL | givenName string — OPTIONALGiven name field from document | dateOfBirth date — OPTIONALDate of birth from document | address string — OPTIONAL | sex string — OPTIONAL | height string — OPTIONAL |
| images objectSigned URLs to IDV images frontImageUrl string — OPTIONALSigned URL to front of document image | backImageUrl string — OPTIONALSigned URL to back of document image | faceImageUrl string — OPTIONALSigned URL to applicant's face photo |
| identityVerificationResult stringPossible values: [HIGH, MEDIUM, LOW, UNAVAILABLE, UNKNOWN] Identity verification result from the provider, potentially modified based on comparison results. | identityVerificationResultStatus string — OPTIONALPossible values: [PASSED, INCONCLUSIVE, FAILED] Simplified identity verification status derived from identityVerificationResult.
- PASSED: High confidence verification (HIGH)
- INCONCLUSIVE: Medium confidence or unavailable (MEDIUM, UNKNOWN, UNAVAILABLE)
- FAILED: Low confidence verification (LOW)
| identityVerificationReportPdfUrl string — OPTIONALSigned URL to the generated IDV PDF report. | comparisonResult object — OPTIONALComparison result between the applicant's identity and the government-issued document.
Only included for creditor access when comparison has been performed. isNameMatch boolean — OPTIONAL | isDateOfBirthMatch boolean — OPTIONALWhether the date of birth matches | isAddressMatch boolean — OPTIONALWhether the address matches | comparedAt date-time — OPTIONALTimestamp when the comparison was performed |
| submittedAt date-time — OPTIONALTimestamp when IDV was submitted to this creditor. |
|
|