Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 982 Bytes

File metadata and controls

17 lines (9 loc) · 982 Bytes

TravelRuleNationalIdentification

Represents a national identifier for a person or entity

Properties

Name Type Description Notes
countryOfIssue String Country that issued the national identifier (ISO-3166 Alpha-2 country code). The value must be encrypted. [optional]
nationalIdentifier String National identifier (max 35 characters). The value must be encrypted. [optional]
nationalIdentifierType String Type of national identifier. Acceptable values include: - 'PASSPORT': Passport number - 'NATIONAL_ID': National identification number - 'TAX_ID': Tax identification number - 'SOCIAL_SECURITY': Social security number The value must be encrypted. [optional]
registrationAuthority String Registration authority (format -> RA followed by 6 digits). The value must be encrypted. [optional]