Skip to main content

Nationality

The Nationality Answer is used to specify the nationality of an individual.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "Nationality" (from FieldTypeEnum)
nationalityIdstringYesCountry identifier code representing nationality (usually ISO country code)

Example Usage

{
"fqName": "PersonalInfo_Background_Nationality",
"answer": {
"fieldTypeId": "Nationality",
"nationalityId": "AE"
}
}

Notes

  • The nationalityId should 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.