Person
This is an object representing a person associated with an account.
address The customer's address.
- Type: string | null
city max length:100City, district, suburb, town, or village.
- Type: string | null
country max length:2Two-letter country code (ISO 3166-1 alpha-2).
- Type: string | null
line1 max length:100Address line 1 (e.g., street, PO Box, or company name).
- Type: string | null
line2 max length:100Address line 2 (e.g., apartment, suite, unit, or building).
- Type: string | null
postal _code max length:100ZIP or postal code.
- Type: string | null
state max length:100State, county, province, or region.
- Type: object · DateOfBirth
date _of _birth - Type: integer | nullFormat: int32
day The day of birth, between 1 and 31.
- Type: integer | nullFormat: int32
month The month of birth, between 1 and 12.
- Type: integer | nullFormat: int32
year The four-digit year of birth.
- Type: string | null
email max length:200The person's email address.
- Type: string | null
first _name max length:200The person's first name.
- Type: string | null
last _name max length:100The person's last name.
- Type: string | null
maiden _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.- Type: string
property Name
- Type: string | null
nationality max length:100The country where the person is a national.
- Type: string | null
phone max length:100The person's phone number.
- Type: stringenum
political _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.
valuesexisting none
registered _address The customer's address.
- Type: string | null
city max length:100City, district, suburb, town, or village.
- Type: string | null
country max length:2Two-letter country code (ISO 3166-1 alpha-2).
- Type: string | null
line1 max length:100Address line 1 (e.g., street, PO Box, or company name).
- Type: string | null
line2 max length:100Address line 2 (e.g., apartment, suite, unit, or building).
- Type: string | null
postal _code max length:100ZIP or postal code.
- Type: string | null
state max length:100State, county, province, or region.
- Type: object · PersonRelationship
relationship - Type: boolean | null
authorizer Whether the person is the authorizer of the account's representative.
- Type: boolean | null
director 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.
- Type: boolean | null
executive Whether the person has significant responsibility to control, manage, or direct the organization.
- Type: boolean | null
legal _guardian Whether the person is the legal guardian of the account's representative.
- Type: boolean | null
owner Whether the person is an owner of the account's legal entity.
- Type: number | nullFormat: double
percent _ownership The percent owned by the person of the account's legal entity.
- Type: boolean | null
representative 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.
- Type: string | null
title max length:100The person's title (e.g., CEO, Support Engineer).

