MobileID

Unified methods for MobileID Identification. Supports PIN1 and PIN2 identification (based on configuration).

APIDescription
GET api/MobileID/healthcheck

No documentation available.

GET api/MobileID/GetCode?preapprovalID={preapprovalID}&borrowerID={borrowerID}&pid={pid}&language={language}

Returns Control Code for the specified borrower and preappropal

GET api/MobileID/Status?identificationID={identificationID}&language={language}

Returns status of Mobile ID identification/access token. If data is received, it is registered in LMIS backend

POST api/MobileID/Cancel?identificationID={identificationID}

Cancels Mobile ID identification in LMIS Backend

SmartID

Unified methods for SmartID Identification. Supports PIN1 and PIN2 identification (based on configuration).

APIDescription
GET api/SmartID/healthcheck

No documentation available.

GET api/SmartID/GetCode?preapprovalID={preapprovalID}&borrowerID={borrowerID}&pid={pid}&language={language}

Returns Control Code for the specified borrower and preappropal

GET api/SmartID/Status?identificationID={identificationID}&language={language}

Returns status of SmartID identification/access token. If data is received, it is registered in LMIS backend

POST api/SmartID/Cancel?identificationID={identificationID}

Cancels Smart ID identification in LMIS Backend

FR

Call back method for Face Recognition coming back from MarkID.eu

APIDescription
GET api/FR/healthcheck

No documentation available.

POST api/FR/clb

Callback URL to receive callback functions from Face Recognition

SmartIDSigning

Unified methods for SmartID based Document Signing. Used for Agreement signing.

APIDescription
GET api/SmartIDSigning/healthcheck

No documentation available.

GET api/SmartIDSigning/GetCode?preapprovalID={preapprovalID}&borrowerID={borrowerID}&pid={pid}&language={language}

Returns Document Signing with Smart ID Control Code for the specified borrower and preappropal

GET api/SmartIDSigning/Status?identificationID={identificationID}&language={language}

Returns status of Document signing SmartID identification/access token. If data is received, it is registered in LMIS backend

POST api/SmartIDSigning/Cancel?identificationID={identificationID}

Cancels Document signing with Smart ID identification in LMIS Backend

MobileIDSigning

Unified methods for MobileID based Document Signing. Used for Agreement signing.

APIDescription
GET api/MobileIDSigning/healthcheck

No documentation available.

GET api/MobileIDSigning/GetCode?preapprovalID={preapprovalID}&borrowerID={borrowerID}&pid={pid}&language={language}

Returns Control Code for the specified borrower and preappropal

GET api/MobileIDSigning/Status?identificationID={identificationID}&language={language}

Returns status of Mobile ID identification/access token. If data is received, it is registered in LMIS backend

POST api/MobileIDSigning/Cancel?identificationID={identificationID}

Cancels Document signing Mobile ID identification in LMIS Backend