latestOpenAPI 3.0.02026-08-102816.3 KB

1995596c9b29

Identification Origination

Create identification origination for a customer

Creates an identification origination resource for a customer to be used for the identification and e-signing process for a Solarisbank product. The identification origination triggers a video identification for the customer and the e-signing process, in which the customer must provide a qualified electronic signature (QES) on the product agreement (e.g., loan contract) during the video identification process.

post/v1/identification_origination/persons/{person_id}/identifications

Path parameters

person_idstring required

The person ID of the customer for whom the identification origination is created.

Request body

method'idnow' required

The identification method.

Example request

{
  "method": "idnow",
  "additional_documents": [
    {
      "signature_position": {
        "mysignature1": {
          "position": {
            "width": 100,
            "page": "1",
            "left": 20,
            "height": 20,
            "bottom": 10
          }
        }
      },
      "identifier": "cpc",
      "document_id": "document_id"
    }
  ]
}

Response

Identification

status_descriptionstring nullable

The description of the identification status

status'identification_trigger_pending' | 'esign_pending' | 'identification_completion_pending' | 'screening_pending' | 'failed' | 'completed' | 'expired' required

The status of the identification origination.

identification_origination_idstring required

The unique ID of an identification origination resource assigned to a specific customer.

identification_idstring nullable

The unique ID of the identification resource assigned to a specific customer.

esigning_idstring nullable

The unique ID of the e-signing resource.

Example response

{
  "status_description": "Waiting for signing process to finish",
  "status": "esign_pending",
  "identification_origination_id": "589e12da53154010ad180894acbe07ebio",
  "identification_id": "17905779039e75dce7bf8d68f3184942cidt",
  "esigning_id": "5ade4e499b299c299be2987ad597c42ecsig"
}