Skip to main content

@idpass/data-collect-core / VerificationStatus

Interface: VerificationStatus

Defined in: services/VerificationService.ts:40

Status of a verification record.

Properties

id

id: string

Defined in: services/VerificationService.ts:42

Unique identifier for this verification record


submissionGuid

submissionGuid: string

Defined in: services/VerificationService.ts:44

GUID of the form submission being verified


entityGuid

entityGuid: string

Defined in: services/VerificationService.ts:46

GUID of the entity associated with the submission


tenantId

tenantId: string

Defined in: services/VerificationService.ts:48

Tenant this verification belongs to


status

status: "pending" | "rejected" | "verified" | "flagged"

Defined in: services/VerificationService.ts:50

Verification status: "pending", "verified", "rejected", or "flagged"


duplicateCheckResult

duplicateCheckResult: DuplicateCheckResult | null

Defined in: services/VerificationService.ts:52

Result of the duplicate check, if performed


verifiedBy

verifiedBy: string | null

Defined in: services/VerificationService.ts:54

User who completed the verification


verifiedAt

verifiedAt: string | null

Defined in: services/VerificationService.ts:56

ISO timestamp when verification was completed


notes

notes: string | null

Defined in: services/VerificationService.ts:58

Notes from the verifier


createdAt

createdAt: string

Defined in: services/VerificationService.ts:60

ISO timestamp when the verification record was created