Identification

Identification for Natural Person

Create Natural Person Identification

post
/entities/natural-persons/{naturalPersonId}/identification

Create new natural person identification

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
naturalPersonIdstring · uuidRequired

Natural Person ID

Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
externalVerifierstring · enumRequired

The legal name of the vendor/company performing the identification for this natural person

Possible values:
identificationTypestring · enumRequired

Method used to identify the customer

Possible values:
identificationDatestring · dateRequired

Date on which the identification was carried out. The date must be within the last 24 months.

identificationDocumentTypestring · enumRequired

Type of the identification document which has been used for identification of the natural person.

Possible values:
documentNumberstring · min: 1 · max: 255Required

Document number of the identification document.

documentCountrystring · enumRequired

Issuing country of the identification document.

Possible values:
documentIssuerstring · min: 1 · max: 255Required

Issuing authority of the identification document

documentIssueDatestring · dateRequired

Issue date of the identification document

documentExpiryDatestring · dateRequired

Expiry date of the identification document. If the identification document is a birth certificate, the date on which the person comes of age must be entered as the expiry date.

documentMotherFullNamestring · min: 1 · max: 255Optional

Full name of the mother, only mandatory for identificationDocumentType = BIRTH_CERTIFICATE

documentMotherResidenceCitystring · min: 1 · max: 255Optional

Residence city of the mother, only mandatory for identificationDocumentType = BIRTH_CERTIFICATE

documentFatherFullNamestring · min: 1 · max: 255Optional

Full name of the father, only mandatory for identificationDocumentType = BIRTH_CERTIFICATE

documentFatherResidenceCitystring · min: 1 · max: 255Optional

Residence city of the father, only mandatory for identificationDocumentType = BIRTH_CERTIFICATE

Responses
post
/entities/natural-persons/{naturalPersonId}/identification

No content

Create Identification Verification

post
/entities/identification-verifications

Create Identification Verification

After successful request link to a video call should be retrieved with Get Identification Verification endpoint from identificationUrl field of the response.

Currently only externalVerifier = WEB_ID and identificationType = VIDEO_IDENT is supported.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Header parameters
Requestor-IDstring · uuidRequired

Unique requestor identification in UUID format

Body
naturalPersonIdstring · uuidRequired
externalVerifierstring · enumRequired

The legal name of the vendor/company performing the identification for this natural person

Possible values:
identificationTypestring · enumRequired

Method used to identify the customer

Possible values:
redirectUrlstring · min: 1Optional

Redirect URL passed to the external verifier. After the identification process is done, the user will be redirected to this URL.

Pattern: ^https?://.+
Responses
chevron-right
200

OK

application/json
post
/entities/identification-verifications

Get Identification Verifications

get
/entities/identification-verifications

Get Identification Verifications

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
cursorstringOptional

String value used for pagination

limitinteger · min: 1Required

Maximum number of items to return

Default: 20
Responses
chevron-right
200

OK

application/json
get
/entities/identification-verifications

Get Identification Verification

get
/entities/identification-verifications/{identificationVerificationId}

Get Identification Verification

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
identificationVerificationIdstring · uuidRequired

Identification Verification ID

Responses
chevron-right
200

OK

application/json
get
/entities/identification-verifications/{identificationVerificationId}

Last updated