OptionalfirstName?: stringCustomer’s first name, if collected.
OptionallastName?: stringCustomer’s last name, if collected.
OptionalidNumber?: stringGovernment ID number (e.g., SSN for US). May be required by region.
OptionaldateOfBirth?: DateOfBirthCustomer’s date of birth, if collected.
Optionaladdress?: AddressCustomer’s address, if collected.
OptionalbirthCountry?: stringTwo-letter ISO 3166-1 alpha-2 code for the country where the customer was born.
OptionalbirthCity?: stringCity where the customer was born.
Optionalnationalities?: string[]Two-letter ISO 3166-1 alpha-2 codes for the customer's nationalities.
Know Your Customer (KYC) information required for crypto operations.
Notes:
idNumbermay be required depending on region/regulatory requirements (for US, this is SSN).