Mayson Monorepo Documentation
    Preparing search index...
    interface Document {
        allowed_types?: Stripe.Identity.VerificationSessionUpdateParams.Options.Document.AllowedType[];
        require_id_number?: boolean;
        require_live_capture?: boolean;
        require_matching_selfie?: boolean;
    }
    Index

    Properties

    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.

    require_id_number?: boolean

    Collect an ID number and perform an ID number check with the document's extracted name and date of birth.

    require_live_capture?: boolean

    Disable image uploads, identity document images have to be captured using the device's camera.

    require_matching_selfie?: boolean

    Capture a face image and perform a selfie check comparing a photo ID and a picture of your user's face. Learn more.