Skip to main content

Country of Birth

The Country of Birth Answer is used to specify the country where an individual was born.

Fields

FieldTypeRequiredDescription
fieldTypeIdstringYesMust be set to "CountryOfBirth" (from FieldTypeEnum)
countryOfBirthIdstringYesCountry identifier code (usually ISO country code)

Example Usage

{
"fqName": "PersonalInfo_Background_CountryOfBirth",
"answer": {
"fieldTypeId": "CountryOfBirth",
"countryOfBirthId": "US"
}
}

Notes

  • The countryOfBirthId 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.