Nationality
The Nationality Answer is used to specify the nationality of an individual.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
fieldTypeId | string | Yes | Must be set to "Nationality" (from FieldTypeEnum) |
nationalityId | string | Yes | Country identifier code representing nationality (usually ISO country code) |
Example Usage
{
"fqName": "PersonalInfo_Background_Nationality",
"answer": {
"fieldTypeId": "Nationality",
"nationalityId": "AE"
}
}
Notes
- The
nationalityIdshould be a valid country code recognized by the system (typically ISO 3166-1 alpha-2 codes). - This field is often required for KYC (Know Your Customer) compliance and due diligence procedures.
- For individuals with multiple nationalities, check if the form supports the Alternate Nationality answer type.