Persons v2

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.

The Person object 

Attributes

  • idstring

    Unique identifier for the Person.

  • objectstring, value is "v2.core.account_person"

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

  • accountstring

    The account ID which the individual belongs to.

  • additional_addressesnullable array of objects

    Additional addresses associated with the person.

  • additional_namesnullable array of objects

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

  • additional_terms_of_servicenullable object

    Attestations of accepted terms of service agreements.

  • addressnullable object

    The person’s residential address.

  • createdtimestamp

    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.

  • date_of_birthnullable object

    The person’s date of birth.

  • documentsnullable object

    Documents that may be submitted to satisfy various informational requests.

  • emailnullable string

    The person’s email address.

  • given_namenullable string

    The person’s first name.

  • id_numbersnullable array of objects

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

  • legal_gendernullable enum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • livemodeboolean

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

  • metadatanullable map

    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.

  • nationalitiesnullable array of enums

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

  • phonenullable string

    The person’s phone number.

  • political_exposurenullable enum

    The person’s political exposure.

    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.

  • relationshipnullable object

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

  • script_addressesnullable object

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

  • script_namesnullable object

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

  • surnamenullable string

    The person’s last name.

  • updatedtimestamp

    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.

The Person object
{
"id": "person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY",
"object": "v2.core.account_person",
"account": "acct_1Nv0FGQ9RKHgCVdK",
"additional_addresses": [],
"additional_names": [],
"address": {
"city": "Brothers",
"country": "us",
"line1": "27 Fredrick Ave",
"postal_code": "97712",
"state": "OR"
},
"created": "2024-11-26T17:10:07.000Z",
"email": "jenny.rosen@example.com",
"given_name": "Jenny",
"id_numbers": [
{
"type": "us_ssn_last_4"
}
],
"metadata": {},
"nationalities": [],
"relationship": {
"owner": true,
"percent_ownership": "0.8",
"representative": true,
"title": "CEO"
},
"surname": "Rosen",
"updated": "2024-11-26T17:10:07.000Z"
}

Create a person v2

Create a Person. Adds an individual to an Account’s identity. You can set relationship attributes and identity information at creation.

Learn more about calling API v2 endpoints.

Parameters

  • account_idstringRequired

    Account the Person should be associated with.

  • additional_addressesarray of objects

    Additional addresses associated with the person.

  • additional_namesarray of objects

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

  • additional_terms_of_serviceobject

    Attestations of accepted terms of service agreements.

  • addressobject

    The person’s residential address.

  • date_of_birthobject

    The person’s date of birth.

  • documentsobject

    Documents that may be submitted to satisfy various informational requests.

  • emailstring

    Email.

  • given_namestring

    The person’s first name.

  • id_numbersarray of objects

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

  • legal_genderenum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • metadatamap

    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.

  • nationalitiesarray of enums

    The nationalities (countries) this person is associated with.

  • person_tokenstring

    The person token generated by the person token api.

  • phonestring

    The phone number for this person.

  • political_exposureenum

    The person’s political exposure.

    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.

  • relationshipobject

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

  • script_addressesobject

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

  • script_namesobject

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

  • surnamestring

    The person’s last name.

Returns

Response attributes

  • idstring

    Unique identifier for the Person.

  • objectstring, value is "v2.core.account_person"

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

  • accountstring

    The account ID which the individual belongs to.

  • additional_addressesnullable array of objects

    Additional addresses associated with the person.

  • additional_namesnullable array of objects

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

  • additional_terms_of_servicenullable object

    Attestations of accepted terms of service agreements.

  • addressnullable object

    The person’s residential address.

  • createdtimestamp

    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.

  • date_of_birthnullable object

    The person’s date of birth.

  • documentsnullable object

    Documents that may be submitted to satisfy various informational requests.

  • emailnullable string

    The person’s email address.

  • given_namenullable string

    The person’s first name.

  • id_numbersnullable array of objects

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

  • legal_gendernullable enum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • livemodeboolean

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

  • metadatanullable map

    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.

  • nationalitiesnullable array of enums

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

  • phonenullable string

    The person’s phone number.

  • political_exposurenullable enum

    The person’s political exposure.

    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.

  • relationshipnullable object

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

  • script_addressesnullable object

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

  • script_namesnullable object

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

  • surnamenullable string

    The person’s last name.

  • updatedtimestamp

    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.

Error Codes
400account_not_yet_compatible_with_v2

Account is not yet compatible with V2 APIs.

400accounts_v2_access_blocked

Accounts v2 is not enabled for your platform.

400additional_legal_guardian_not_allowed

More than one legal guardian is added to an account.

400additional_representative_not_allowed

More than one representative is added to an account.

400additional_tos_only_allowed_for_legal_guardian

Additional terms of service are signed by someone other than the legal guardian.

400address_characters_invalid

Invalid characters are provided for address fields.

400address_country_identity_country_mismatch

Address country doesn’t match identity country.

400address_country_mismatch

Registered/script address country doesn’t match residential address country.

400address_country_required

Address country is required but not provided.

400address_postal_code_invalid

Address postal code is invalid.

400address_state_invalid

Address state is invalid.

400address_town_invalid

Address town is invalid.

400authorizer_duplicate

There can only be one authorizer.

400authorizer_relationship_invalid_for_representative

An authorizer cannot be a representative.

400date_of_birth_age_restriction

Representative date of birth does not meet the age limit.

400date_of_birth_invalid

Representative date of birth is provided an invalid date or a future date.

400document_invalid

Provided file tokens for documents are invalid, not found, deleted, or belong to a different account.

400document_purpose_invalid

Provided file tokens for documents are of the wrong purpose.

400duplicate_person_not_allowed

Duplicate person is added to an account.

400email_domain_invalid_for_recipient

Email contains unsupported domain.

400email_invalid

Incorrect email is provided.

400id_number_invalid

Provided ID number is of the wrong format for the given type.

400identity_country_required

The identity.country value is required but not provided.

400incorrect_account_for_person_token

A person token is created with one account but used on a different account.

400incorrect_id_number_for_country

Incorrect ID number is provided for a country.

400incorrect_token_wrong_type

The incorrect token type is provided .

400individual_additional_person_not_allowed

Additional person is added for an individual business type.

400invalid_relationship_for_identity_type_structure_and_country

Some relationships are specific to type, structure, and country.

400ip_address_invalid

Invalid IP address is provided.

400legal_guardian_representative_not_allowed

Person is designated as both legal guardian and representative.

400legal_guardian_requires_existing_representative

A legal guardian may not be added to the account without an existing representative.

400non_jp_kana_kanji_address

Kana Kanji script addresses must have JP country.

400param_alongside_person_token

Parameter cannot be passed alongside person_token.

400person_percent_ownership_invalid

Error returned when relationship.owner is set to true but the ownership percentage is set to 0%.

400person_token_required

Person token required for platforms in mandated countries (e.g., France).

400phone_invalid

Phone number is invalid.

400postal_code_required_for_jp_address

Postal code is required for Japanese addresses.

400script_characters_invalid

Provided script characters are invalid for the script.

400token_already_used

The token is re-used with a different idempotency key.

400token_expired

Token has expired.

400total_person_ownership_exceeded

Total ownership percentages of all Persons on the account exceeds 100%.

400unsupported_postal_code

Address is in an unsupported postal code.

400unsupported_state

Address is in an unsupported state.

400v1_account_instead_of_v2_account

V1 Account ID cannot be used in V2 Account APIs.

400v1_customer_instead_of_v2_account

V1 Customer ID cannot be used in V2 Account APIs.

400v1_token_invalid_in_v2

A v1 token ID is passed in v2 APIs.

403invalid_person_token

Invalid person token.

429account_rate_limit_exceeded

Account cannot exceed a configured concurrency rate limit on updates.

POST /v2/core/accounts/:id/persons
curl -X POST https://api.stripe.com/v2/core/accounts/acct_1Nv0FGQ9RKHgCVdK/persons \
-H "Authorization: Bearer sk_test_Gx4mWEg...4DYMUIqfIrszsk_test_Gx4mWEgHtCMr4DYMUIqfIrsz" \
-H "Stripe-Version: 2025-12-15.preview" \
--json '{
"given_name": "Jenny",
"surname": "Rosen",
"email": "jenny.rosen@example.com",
"address": {
"line1": "27 Fredrick Ave",
"city": "Brothers",
"postal_code": "97712",
"state": "OR",
"country": "us"
},
"id_numbers": [
{
"type": "us_ssn_last_4",
"value": "0000"
}
],
"relationship": {
"owner": true,
"percent_ownership": "0.8",
"representative": true,
"title": "CEO"
}
}'
Response
{
"id": "person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY",
"object": "v2.core.account_person",
"account": "acct_1Nv0FGQ9RKHgCVdK",
"additional_addresses": [],
"additional_names": [],
"address": {
"city": "Brothers",
"country": "us",
"line1": "27 Fredrick Ave",
"postal_code": "97712",
"state": "OR"
},
"created": "2024-11-26T17:10:07.000Z",
"email": "jenny.rosen@example.com",
"given_name": "Jenny",
"id_numbers": [
{
"type": "us_ssn_last_4"
}
],
"livemode": true,
"metadata": {},
"nationalities": [],
"relationship": {
"owner": true,
"percent_ownership": "0.8",
"representative": true,
"title": "CEO"
},
"surname": "Rosen",
"updated": "2024-11-26T17:10:07.000Z"
}

Update a person v2

Updates a Person associated with an Account.

Learn more about calling API v2 endpoints.

Parameters

  • account_idstringRequired

    The Account the Person is associated with.

  • idstringRequired

    The ID of the Person to update.

  • additional_addressesarray of objects

    Additional addresses associated with the person.

  • additional_namesarray of objects

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

  • additional_terms_of_serviceobject

    Attestations of accepted terms of service agreements.

  • addressobject

    The primary address associated with the person.

  • date_of_birthobject

    The person’s date of birth.

  • documentsobject

    Documents that may be submitted to satisfy various informational requests.

  • emailstring

    Email.

  • given_namestring

    The person’s first name.

  • id_numbersarray of objects

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

  • legal_genderenum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • metadatamap

    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.

  • nationalitiesarray of enums

    The nationalities (countries) this person is associated with.

  • person_tokenstring

    The person token generated by the person token api.

  • phonestring

    The phone number for this person.

  • political_exposureenum

    The person’s political exposure.

    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.

  • relationshipobject

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

  • script_addressesobject

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

  • script_namesobject

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

  • surnamestring

    The person’s last name.

Returns

Response attributes

  • idstring

    Unique identifier for the Person.

  • objectstring, value is "v2.core.account_person"

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

  • accountstring

    The account ID which the individual belongs to.

  • additional_addressesnullable array of objects

    Additional addresses associated with the person.

  • additional_namesnullable array of objects

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

  • additional_terms_of_servicenullable object

    Attestations of accepted terms of service agreements.

  • addressnullable object

    The person’s residential address.

  • createdtimestamp

    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.

  • date_of_birthnullable object

    The person’s date of birth.

  • documentsnullable object

    Documents that may be submitted to satisfy various informational requests.

  • emailnullable string

    The person’s email address.

  • given_namenullable string

    The person’s first name.

  • id_numbersnullable array of objects

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

  • legal_gendernullable enum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • livemodeboolean

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

  • metadatanullable map

    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.

  • nationalitiesnullable array of enums

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

  • phonenullable string

    The person’s phone number.

  • political_exposurenullable enum

    The person’s political exposure.

    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.

  • relationshipnullable object

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

  • script_addressesnullable object

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

  • script_namesnullable object

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

  • surnamenullable string

    The person’s last name.

  • updatedtimestamp

    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.

Error Codes
400account_not_yet_compatible_with_v2

Account is not yet compatible with V2 APIs.

400accounts_v2_access_blocked

Accounts v2 is not enabled for your platform.

400additional_legal_guardian_not_allowed

More than one legal guardian is added to an account.

400additional_representative_not_allowed

More than one representative is added to an account.

400additional_tos_only_allowed_for_legal_guardian

Additional terms of service are signed by someone other than the legal guardian.

400address_characters_invalid

Invalid characters are provided for address fields.

400address_country_identity_country_mismatch

Address country doesn’t match identity country.

400address_country_mismatch

Registered/script address country doesn’t match residential address country.

400address_country_required

Address country is required but not provided.

400address_postal_code_invalid

Address postal code is invalid.

400address_state_invalid

Address state is invalid.

400address_town_invalid

Address town is invalid.

400date_of_birth_age_restriction

Representative date of birth does not meet the age limit.

400date_of_birth_invalid

Representative date of birth is provided an invalid date or a future date.

400document_invalid

Provided file tokens for documents are invalid, not found, deleted, or belong to a different account.

400document_purpose_invalid

Provided file tokens for documents are of the wrong purpose.

400duplicate_person_not_allowed

Duplicate person is added to an account.

400email_domain_invalid_for_recipient

Email contains unsupported domain.

400email_invalid

Incorrect email is provided.

400id_number_invalid

Provided ID number is of the wrong format for the given type.

400identity_country_required

The identity.country value is required but not provided.

400immutable_identity_param

Identity param has been made immutable due to the state of the account.

400incorrect_account_for_person_token

A person token is created with one account but used on a different account.

400incorrect_id_number_for_country

Incorrect ID number is provided for a country.

400incorrect_token_wrong_type

The incorrect token type is provided .

400ip_address_invalid

Invalid IP address is provided.

400legal_guardian_representative_not_allowed

Person is designated as both legal guardian and representative.

400legal_guardian_requires_existing_representative

A legal guardian may not be added to the account without an existing representative.

400non_jp_kana_kanji_address

Kana Kanji script addresses must have JP country.

400param_alongside_person_token

Parameter cannot be passed alongside person_token.

400person_percent_ownership_invalid

Error returned when relationship.owner is set to true but the ownership percentage is set to 0%.

400person_token_required

Person token required for platforms in mandated countries (e.g., France).

400phone_invalid

Phone number is invalid.

400postal_code_required_for_jp_address

Postal code is required for Japanese addresses.

400script_characters_invalid

Provided script characters are invalid for the script.

400token_already_used

The token is re-used with a different idempotency key.

400token_expired

Token has expired.

400total_person_ownership_exceeded

Total ownership percentages of all Persons on the account exceeds 100%.

400unsupported_postal_code

Address is in an unsupported postal code.

400unsupported_state

Address is in an unsupported state.

400v1_account_instead_of_v2_account

V1 Account ID cannot be used in V2 Account APIs.

400v1_customer_instead_of_v2_account

V1 Customer ID cannot be used in V2 Account APIs.

400v1_token_invalid_in_v2

A v1 token ID is passed in v2 APIs.

403invalid_person_token

Invalid person token.

404not_found

The resource wasn’t found.

429account_rate_limit_exceeded

Account cannot exceed a configured concurrency rate limit on updates.

POST /v2/core/accounts/:id/persons/:id
curl -X POST https://api.stripe.com/v2/core/accounts/acct_1Nv0FGQ9RKHgCVdK/persons/person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY \
-H "Authorization: Bearer sk_test_Gx4mWEg...4DYMUIqfIrszsk_test_Gx4mWEgHtCMr4DYMUIqfIrsz" \
-H "Stripe-Version: 2025-12-15.preview" \
--json '{
"date_of_birth": {
"day": 28,
"month": 1,
"year": 2000
}
}'
Response
{
"id": "person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY",
"object": "v2.core.account_person",
"account": "acct_1Nv0FGQ9RKHgCVdK",
"additional_addresses": [],
"additional_names": [],
"address": {
"city": "Brothers",
"country": "us",
"line1": "27 Fredrick Ave",
"postal_code": "97712",
"state": "OR"
},
"created": "2024-11-26T17:10:07.000Z",
"date_of_birth": {
"day": 28,
"month": 1,
"year": 2000
},
"email": "jenny.rosen@example.com",
"given_name": "Jenny",
"id_numbers": [
{
"type": "us_ssn_last_4"
}
],
"livemode": true,
"metadata": {},
"nationalities": [],
"relationship": {
"owner": true,
"percent_ownership": "0.8",
"representative": true,
"title": "CEO"
},
"surname": "Rosen",
"updated": "2024-11-26T17:12:55.000Z"
}

Retrieve a person v2

Retrieves a Person associated with an Account.

Learn more about calling API v2 endpoints.

Parameters

  • account_idstringRequired

    The Account the Person is associated with.

  • idstringRequired

    The ID of the Person to retrieve.

Returns

Response attributes

  • idstring

    Unique identifier for the Person.

  • objectstring, value is "v2.core.account_person"

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

  • accountstring

    The account ID which the individual belongs to.

  • additional_addressesnullable array of objects

    Additional addresses associated with the person.

  • additional_namesnullable array of objects

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

  • additional_terms_of_servicenullable object

    Attestations of accepted terms of service agreements.

  • addressnullable object

    The person’s residential address.

  • createdtimestamp

    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.

  • date_of_birthnullable object

    The person’s date of birth.

  • documentsnullable object

    Documents that may be submitted to satisfy various informational requests.

  • emailnullable string

    The person’s email address.

  • given_namenullable string

    The person’s first name.

  • id_numbersnullable array of objects

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

  • legal_gendernullable enum

    The person’s gender (International regulations require either “male” or “female”).

    Possible enum values
    female

    Female gender person.

    male

    Male gender person.

  • livemodeboolean

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

  • metadatanullable map

    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.

  • nationalitiesnullable array of enums

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

  • phonenullable string

    The person’s phone number.

  • political_exposurenullable enum

    The person’s political exposure.

    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.

  • relationshipnullable object

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

  • script_addressesnullable object

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

  • script_namesnullable object

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

  • surnamenullable string

    The person’s last name.

  • updatedtimestamp

    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.

Error Codes
400account_not_yet_compatible_with_v2

Account is not yet compatible with V2 APIs.

400accounts_v2_access_blocked

Accounts v2 is not enabled for your platform.

400v1_account_instead_of_v2_account

V1 Account ID cannot be used in V2 Account APIs.

400v1_customer_instead_of_v2_account

V1 Customer ID cannot be used in V2 Account APIs.

404not_found

The resource wasn’t found.

429account_rate_limit_exceeded

Account cannot exceed a configured concurrency rate limit on updates.

GET /v2/core/accounts/:id/persons/:id
curl https://api.stripe.com/v2/core/accounts/acct_1Nv0FGQ9RKHgCVdK/persons/person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY \
-H "Authorization: Bearer sk_test_Gx4mWEg...4DYMUIqfIrszsk_test_Gx4mWEgHtCMr4DYMUIqfIrsz" \
-H "Stripe-Version: 2025-12-15.preview"
Response
{
"id": "person_test_61RS0CgWt1xBt8M1Q16RS0Cg0WSQO5ZXUVpZxZ9tAIbY",
"object": "v2.core.account_person",
"account": "acct_1Nv0FGQ9RKHgCVdK",
"additional_addresses": [],
"additional_names": [],
"address": {
"city": "Brothers",
"country": "us",
"line1": "27 Fredrick Ave",
"postal_code": "97712",
"state": "OR"
},
"created": "2024-11-26T17:10:07.000Z",
"date_of_birth": {
"day": 28,
"month": 1,
"year": 2000
},
"email": "jenny.rosen@example.com",
"given_name": "Jenny",
"id_numbers": [
{
"type": "us_ssn_last_4"
}
],
"livemode": true,
"metadata": {},
"nationalities": [],
"relationship": {
"owner": true,
"percent_ownership": "0.8",
"representative": true,
"title": "CEO"
},
"surname": "Rosen",
"updated": "2024-11-26T17:12:55.000Z"
}