Skip to main content

NaturalPerson

Description: NaturalPerson is the identity of an individual person. It contains the core, verifiable components of an individual's identity. which are verified against their passport, utility bills, government records etc. during Know Your Client (KYC) checks. Note on Required Fields: Fields marked as 'Required' are essential for a successful compliance check, but are not mandatory for creation.

note

The protobuf file is the authoritative source of documentation. Please refer to the Protobuf tab when in doubt about field definitions, validation rules, or type specifications.

FieldTypeDescriptionRequiredValidation
full_namestringThe client's full legal name, as it appears on their official identification documents. Required for verification.NoNone
date_of_birthDateThe client's date of birth. Required for verification.YesNone
country_of_citizenshipstringThe ISO 3166-1 alpha-2 country code of the client's nationality/citizenship. This is the two-letter country code (e.g., "ZA" for South Africa, "NL" for the Netherlands). The value should be in uppercase. See https://www.iso.org/iso-3166-country-codes.html for a full list. Required for verification.NoNone
identification_numberstringAn identification number for the client, as found on the provided document. The format is dependent on the identification_document_type. Required for verification.NoNone
identification_document_typeIdentificationDocumentTypeThe type of identification document provided to prove the correctness of the given identification_number (e.g., Passport, Driver's License). Required for verification.NoNone
identification_document_expiry_dateDateThe expiration date of the identification document, if applicable. Required for verification if the document has an expiry date.YesNone
physical_addressAddressThe client's primary physical residential address. If postal_address is not provided, this address will also be used for postal mail. Required for verification.YesNone
postal_addressAddressThe client's postal address, if it is different from the physical address. Optional for verification.YesNone
pep_statusPepStatusThe client's status as a Politically Exposed Person (PEP). This is a mandatory check for regulatory compliance. Required for verification.NoNone
contact_detailsContactDetailsThe individual's personal contact details (personal email, personal mobile). Optional for verification.YesNone
sources_of_incomeSourceOfIncomeAndWealth[]The primary sources of the client's regular income (e.g., employment, pension). Required for verification.NoNone
sources_of_wealthSourceOfIncomeAndWealth[]The origins of the client's total net worth or assets (e.g., inheritance, investments). This is distinct from the source of income. Required for verification.NoNone
tax_residenciesTaxResidency[]The client's tax residency information, required for CRS/FATCA reporting. A client can be a tax resident in multiple jurisdictions. Required for verification.NoNone