# The Person object

## Attributes

- `id` (string)
  Unique identifier for the object.

- `object` (string)
  String representing the object’s type. Objects of the same type share the same value.

- `account` (string)
  The account the person is associated with.

- [`additional_tos_acceptances`](https://docs.stripe.com/api/persons/object.md?query=additional_tos_acceptances) (object)
  Details on the legal guardian’s acceptance of the required Stripe service agreements.

- [`address`](https://docs.stripe.com/api/persons/object.md?query=address) (object, nullable)
  The person’s address.

- [`address_kana`](https://docs.stripe.com/api/persons/object.md?query=address_kana) (object, nullable)
  The Kana variation of the person’s address (Japan only).

- [`address_kanji`](https://docs.stripe.com/api/persons/object.md?query=address_kanji) (object, nullable)
  The Kanji variation of the person’s address (Japan only).

- `created` (timestamp)
  Time at which the object was created. Measured in seconds since the Unix epoch.

- [`dob`](https://docs.stripe.com/api/persons/object.md?query=dob) (object, nullable)
  The person’s date of birth.

- `email` (string, nullable)
  The person’s email address. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `first_name` (string, nullable)
  The person’s first name. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `first_name_kana` (string, nullable)
  The Kana variation of the person’s first name (Japan only). Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `first_name_kanji` (string, nullable)
  The Kanji variation of the person’s first name (Japan only). Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `full_name_aliases` (array of strings, nullable)
  A list of alternate names or aliases that the person is known by. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- [`future_requirements`](https://docs.stripe.com/api/persons/object.md?query=future_requirements) (object, nullable)
  Information about the [upcoming new requirements for this person](https://docs.stripe.com/connect/custom-accounts/future-requirements.md), including what information needs to be collected, and by when.

- `gender` (enum, nullable)
  The person’s gender.

- `id_number_provided` (boolean)
  Whether the person’s `id_number` was provided. True if either the full ID number was provided or if only the required part of the ID number was provided (ex. last four of an individual’s SSN for the US indicated by `ssn_last_4_provided`).

- `id_number_secondary_provided` (boolean, nullable)
  Whether the person’s `id_number_secondary` was provided.

- `last_name` (string, nullable)
  The person’s last name. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `last_name_kana` (string, nullable)
  The Kana variation of the person’s last name (Japan only). Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `last_name_kanji` (string, nullable)
  The Kanji variation of the person’s last name (Japan only). Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- `maiden_name` (string, nullable)
  The person’s maiden name.

- `metadata` (map)
  Set of [key-value pairs](https://docs.stripe.com/api/metadata.md) that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

- `nationality` (string, nullable)
  The country where the person is a national.

- `phone` (string, nullable)
  The person’s phone number.

- `political_exposure` (enum, nullable)
  Indicates if the person or any of their representatives, family members, or other closely related persons, declares that they hold or have held an important public job or function, in any jurisdiction.
Possible enum values:
  - `existing`
    The person has disclosed that they do have political exposure

  - `none`
    The person has disclosed that they have no political exposure

- [`registered_address`](https://docs.stripe.com/api/persons/object.md?query=registered_address) (object, nullable)
  The person’s registered address.

- [`relationship`](https://docs.stripe.com/api/persons/object.md?query=relationship) (object)
  Describes the person’s relationship to the account. Also available for accounts where [controller.requirement_collection](https://docs.stripe.com/api/accounts/object.md#account_object-controller-requirement_collection) is `stripe`.

- [`requirements`](https://docs.stripe.com/api/persons/object.md?query=requirements) (object, nullable)
  Information about the requirements for this person, including what information needs to be collected, and by when.

- `ssn_last_4_provided` (boolean)
  Whether the last four digits of the person’s Social Security number have been provided (U.S. only).

- [`us_cfpb_data`](https://docs.stripe.com/api/persons/object.md?query=us_cfpb_data) (object, nullable)
  Demographic data related to the person.

- [`verification`](https://docs.stripe.com/api/persons/object.md?query=verification) (object)
  The persons’s verification status.
