Skip to main content
This page extends the Create Verification request body by describing the provider-specific userData requirements. Include only the fields that apply to your providerId.

Smart-ID (providerId: "smartid")

TypeFieldsDetails
RequiredregistrationIdSmart-ID registration ID, including the country prefix. Minimum length: 8 characters. Example: PNOEE-38001085718.
registrationId must include the country code in the format PNOXX-. Supported countries follow your Smart-ID configuration (commonly EE, LV, LT).

Evrotrust (providerId: "evrotrust")

Provide one of the following groups:
OptionFieldsDetails
Identification numberidentificationNumber, countryIdentification number paired with a two-letter ISO country code. Example: { "identificationNumber": "1234567890", "country": "BG" }.
Account emailemailEvrotrust account email in lowercase. Example: { "email": "[email protected]" }.
Phone numberphonePhone number in international E.164 format. Example: { "phone": "+359881234567" }.
Provide at least one of the options above. When using country, supply a two-letter ISO code from this list: BG, AT, BE, HR, CY, CZ, DK, EE, FI, FR, DE, GR, HU, IE, IT, LV, LT, LU, MT, NL, PL, PT, RO, SI, ES, SE.
Supported country codes
["BG", "AT", "BE", "HR", "CY", "CZ", "DK", "EE", "FI", "FR", "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL", "PL", "PT", "RO", "SI", "ES", "SE"]

Auðkenni (providerId: "audkenni")

TypeFieldsDetails
RequiredregistrationIdIcelandic Kennitala or registration number. Minimum length: 6 characters. Digits and an optional hyphen are accepted. Example: 1201743399.

SK Mobile-ID (providerId: "skmobileid")

TypeFieldsDetails
RequiredphoneNumber, nationalIdentityNumberPhone number must be in international format with the country code (e.g., +37268000769). National identity number should contain digits only (no separators). Example: { "phoneNumber": "+37268000769", "nationalIdentityNumber": "60001017869" }.
Supported countries mirror the Mobile-ID coverage configured for your organisation (for example EE, LV, LT).

Other providers

If your providerId is not listed above, you can omit userData from request body.