Class VerificationSessionUpdateParams.Options.Document

java.lang.Object
com.stripe.param.identity.VerificationSessionUpdateParams.Options.Document
Enclosing class:
VerificationSessionUpdateParams.Options

public static class VerificationSessionUpdateParams.Options.Document extends Object
  • Method Details

    • builder

    • getAllowedTypes

      Array of strings of allowed identity document types. If the provided identity document isn’t one of the allowed types, the verification check will fail with a document_type_not_allowed error code.
    • getExtraParams

      public Map<String,Object> getExtraParams()
      Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's @SerializedName value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance.
    • getRequireIdNumber

      public Boolean getRequireIdNumber()
      Collect an ID number and perform an ID number check with the document’s extracted name and date of birth.
    • getRequireLiveCapture

      public Boolean getRequireLiveCapture()
      Disable image uploads, identity document images have to be captured using the device’s camera.
    • getRequireMatchingSelfie

      public Boolean getRequireMatchingSelfie()
      Capture a face image and perform a selfie check comparing a photo ID and a picture of your user’s face. Learn more.