The URL to redirect to, after verification is completed
URL to start an identity document verification session
OptionalamlVerificationStatuses?: ("PENDING" | "REVIEW" | "APPROVED" | "DECLINED")[]OptionalcountriesOfResidence?: string[]OptionalcreatedAt?: DbTimestampCriteriaOptionalemailLike?: stringPartial match on email
Optionalemails?: string[]OptionalhasCustomerVerification?: booleanIdentities that have customer verification or don't.
undefined will return either.
OptionalidentityDocumentVerificationStatuses?: ("PENDING" | "REVIEW" | "APPROVED" | "DECLINED")[]Optionalids?: string[]Fetch multiple ids
OptionalnameLike?: stringPartial match on first, middle, last name or full name
OptionalorderBy?: DbOrderByCriterion<Optionalpage?: numberDefaults to 1
OptionalpageSize?: numberDefaults to 50
OptionalpartialText?: stringPartial text search on: id, referenceId, name, email, phone
OptionalphoneLike?: stringPartial match on phone
Optionalphones?: string[]OptionalreferenceIdLike?: stringPartial match on reference ID
OptionalreferenceIds?: string[]Optionalstatuses?: (OptionalupdatedAt?: DbTimestampCriteriaSome changes may trigger a verification and put the identity in PENDING status.
Unless need to directly act on an identity specifically, you should be using
EntityServiceinstead.