Person
This is an object representing a person associated with an account.
- address
The customer's address.
- cityType: string | nullmax length:100
City, district, suburb, town, or village.
- countryType: string | nullmax length:2
Two-letter country code (ISO 3166-1 alpha-2).
- line1Type: string | nullmax length:100
Address line 1 (e.g., street, PO Box, or company name).
- line2Type: string | nullmax length:100
Address line 2 (e.g., apartment, suite, unit, or building).
- postalType: string | null
_code max length:100ZIP or postal code.
- stateType: string | nullmax length:100
State, county, province, or region.
- dateType: object · DateOfBirth
_of _birth - dayType: integer | nullFormat: int32
The day of birth, between 1 and 31.
- monthType: integer | nullFormat: int32
The month of birth, between 1 and 12.
- yearType: integer | nullFormat: int32
The four-digit year of birth.
- emailType: string | nullmax length:200
The person's email address.
- firstType: string | null
_name max length:200The person's first name.
- lastType: string | null
_name max length:100The person's last name.
- maidenType: string | null
_name max length:100The person's maiden name.
- 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. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to
metadata.- propertyType: string
Name
- nationalityType: string | nullmax length:100
The country where the person is a national.
- phoneType: string | nullmax length:100
The person's phone number.
- politicalType: stringenum
_exposure 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.
values- existing
- none
- registered
_address The customer's address.
- cityType: string | nullmax length:100
City, district, suburb, town, or village.
- countryType: string | nullmax length:2
Two-letter country code (ISO 3166-1 alpha-2).
- line1Type: string | nullmax length:100
Address line 1 (e.g., street, PO Box, or company name).
- line2Type: string | nullmax length:100
Address line 2 (e.g., apartment, suite, unit, or building).
- postalType: string | null
_code max length:100ZIP or postal code.
- stateType: string | nullmax length:100
State, county, province, or region.
- relationshipType: object · PersonRelationship
- authorizerType: boolean | null
Whether the person is the authorizer of the account's representative.
- directorType: boolean | null
Whether the person is a director of the account's legal entity. Directors are typically members of the governing board of the company, or responsible for ensuring the company meets its regulatory obligations.
- executiveType: boolean | null
Whether the person has significant responsibility to control, manage, or direct the organization.
- legalType: boolean | null
_guardian Whether the person is the legal guardian of the account's representative.
- ownerType: boolean | null
Whether the person is an owner of the account's legal entity.
- percentType: number | nullFormat: double
_ownership The percent owned by the person of the account's legal entity.
- representativeType: boolean | null
Whether the person is authorized as the primary representative of the account. This is the person nominated by the business to provide information about themselves, and general information about the account. There can only be one representative at any given time. At the time the account is created, this person should be set to the person responsible for opening the account.
- titleType: string | nullmax length:100
The person's title (e.g., CEO, Support Engineer).

