The Person object
This is an object representing a person associated with a Zoneless account. Persons are used to collect information about individuals associated with the account's legal entity, such as owners, directors, executives, and representatives.
Attributes
Information about the upcoming new requirements for this person, including what information needs to be collected, and by when.
Whether the person's id_number was provided. True if the full ID number was provided (e.g., a social security number in the U.S.).
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.
Information about the requirements for this person, including what information needs to be collected, and by when.
Whether the last four digits of the person's Social Security number have been provided (U.S. only).
{
"id": "person_z_1Nv0FGQ9RKHgCVdK",
"object": "person",
"account": "acct_z_1Nv0FGQ9RKHgCVdK",
"address": {
"city": "San Francisco",
"country": "US",
"line1": "123 Market St",
"line2": "Suite 400",
"postal_code": "94105",
"state": "CA"
},
"created": 1704067200,
"dob": {
"day": 15,
"month": 6,
"year": 1990
},
"email": "tom.jones@example.com",
"first_name": "Tom",
"future_requirements": {
"alternatives": [],
"currently_due": [],
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"id_number_provided": false,
"last_name": "Jones",
"metadata": {},
"phone": "+14155551234",
"platform_account": "acct_z_Platform123abc",
"relationship": {
"authorizer": null,
"director": false,
"executive": false,
"legal_guardian": null,
"owner": true,
"percent_ownership": 100,
"representative": true,
"title": "CEO"
},
"requirements": {
"alternatives": [],
"currently_due": [],
"errors": [],
"eventually_due": [],
"past_due": [],
"pending_verification": []
},
"ssn_last_4_provided": true,
"verification": {
"additional_document": null,
"details": null,
"details_code": null,
"document": {
"back": null,
"details": null,
"details_code": null,
"front": null
},
"status": "unverified"
}
}