Parse National Identification Number
Regional - Parse National Identification Number
Section titled “Regional - Parse National Identification Number”This action parses and extracts data from national identification numbers. It validates the identification number and returns information like gender and birth date if the number is valid.
Input Parameters
Section titled “Input Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
value | String | Yes | The national identification number to parse |
nationalIdentificationNumberType | Enum | Yes | The type of identification number |
National Identification Number Types
Section titled “National Identification Number Types”Unknown(0)Swedish(1)Finnish(2)Norwegian(3)Danish(4)German(5)Polish(6)
Output Parameters
Section titled “Output Parameters”| Parameter | Type | Description |
|---|---|---|
isValid | Boolean | Indicates if the national identification number is valid |
gender | String | The gender extracted from the identification number (if valid) |
birthDay | String | The birth date extracted from the identification number in format YYYY-MM-DD (if valid) |
type | String | The type of national identification number |
Supported Identification Number Types
Section titled “Supported Identification Number Types”This action supports parsing and validating identification numbers from the following countries:
- Sweden (personnummer)
- Finland (henkilötunnus)
- Norway (fødselsnummer)
- Denmark (CPR-nummer)
- Germany (Personalausweisnummer)
- Poland (PESEL)
Credit Cost
Cost: 0.1 credit(s) per call
Note: Fixed cost per call regardless of identification number complexity