Mayson Monorepo Documentation
    Preparing search index...
    interface Verification {
        additional_document?: Stripe.Person.Verification.AdditionalDocument;
        details?: string;
        details_code?: string;
        document?: Stripe.Person.Verification.Document;
        status: string;
    }
    Index

    Properties

    A document showing address, either a passport, local ID card, or utility bill from a well-known utility company.

    details?: string

    A user-displayable string describing the verification state for the person. For example, this may say "Provided identity information could not be verified".

    details_code?: string

    One of document_address_mismatch, document_dob_mismatch, document_duplicate_type, document_id_number_mismatch, document_name_mismatch, document_nationality_mismatch, failed_keyed_identity, or failed_other. A machine-readable code specifying the verification state for the person.

    status: string

    The state of verification for the person. Possible values are unverified, pending, or verified. Please refer guide to handle verification updates.