Mayson Monorepo Documentation
    Preparing search index...

    A Person represents an individual associated with an Account's identity (for example, an owner, director, executive, or representative). Use Persons to provide and update identity information for verification and compliance.

    Index

    Properties

    id: string

    Unique identifier for the Person.

    object: "v2.core.account_person"

    String representing the object's type. Objects of the same type share the same value of the object field.

    account: string

    The account ID which the individual belongs to.

    additional_addresses?: Stripe.V2.Core.AccountPerson.AdditionalAddress[]

    Additional addresses associated with the person.

    Additional names (e.g. aliases) associated with the person.

    additional_terms_of_service?: Stripe.V2.Core.AccountPerson.AdditionalTermsOfService

    Attestations of accepted terms of service agreements.

    The person's residential address.

    created: string

    Time at which the object was created. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.

    The person's date of birth.

    Documents that may be submitted to satisfy various informational requests.

    email?: string

    The person's email address.

    given_name?: string

    The person's first name.

    The identification numbers (e.g., SSN) associated with the person.

    The person's gender (International regulations require either "male" or "female").

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.

    metadata?: Metadata

    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

    nationalities?: string[]

    The countries where the person is a national. Two-letter country code (ISO 3166-1 alpha-2).

    phone?: string

    The person's phone number.

    The person's political exposure.

    The relationship that this person has with the Account's business or legal entity.

    The script addresses (e.g., non-Latin characters) associated with the person.

    The script names (e.g. non-Latin characters) associated with the person.

    surname?: string

    The person's last name.

    updated: string

    Time at which the object was last updated. Represented as a RFC 3339 date & time UTC value in millisecond precision, for example: 2022-09-18T13:22:18.123Z.