-
public class VerificationValidating the personal information submitted by an individual.
See more on the doc site.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerification.PhoneNumberIf the individual is asked to provide a phone number in the inquiry flow, Persona will send a confirmation PIN code to that phone number and then check the number against public and private databases to confirm that the information provided is valid.
public final classVerification.GovernmentIdIf the individual is asked to submit a government ID such as a driver license, national ID, or passport, Persona will inspect the ID for authenticity and extract the relevant information from it for additional consumption.
public final classVerification.SelfieWhen the individual takes a video of their face in real-time, Persona will check that the individual is live and real. If the individual also submits a government ID, the face captured in the selfie is compared against the face in the government ID.
public final classVerification.DocumentWhen the individual uploads an arbitrary file, Persona runs some preliminary checks on the document.
public final classVerification.DatabaseWhen the individual submits personal information, Persona runs some background checks against multiple databases to verify the information entered.
public enumVerification.Status
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final Verification.Statusstatus
-
Method Summary
Modifier and Type Method Description StringgetId()Verification.StatusgetStatus()-
-
Method Detail
-
getStatus
Verification.Status getStatus()
-
-
-
-