Skip to main content
Schema2020-08-27object

person

This is an object representing a person associated with a Stripe account. A platform cannot access a Standard or Express account's persons after the account starts onboarding, such as after generating an account link for the account. See the [Standard onboarding](https://stripe.com/docs/connect/standard-accounts) or [Express onboarding documentation](https://stripe.com/docs/connect/express-accounts) for information about platform pre-filling and account onboarding steps. Related guide: [Handling Identity Verification with the API](https://stripe.com/docs/connect/identity-verification-api#person-information).

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

LegalEntityPersonVerification

object
additional_document
optionalnullable

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

details string
optionalnullable

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
optionalnullable

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
required

The state of verification for the person. Possible values are `unverified`, `pending`, or `verified`.