---
title: "Create identification origination for a customer"
method: POST
path: "/v1/identification_origination/persons/{person_id}/identifications"
tags: ["Identification Origination"]
---

# Create identification origination for a customer

`POST /v1/identification_origination/persons/{person_id}/identifications`

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.

## Path parameters

- `person_id` string, required

## Request body

- IdentificationOriginationWebCreateIdentificationOriginationRequest
  - `method` 'idnow', required — The identification method.
  - `additional_documents` object[] — The documents to be uploaded for the customer to e-sign during the video identification process.
    - `signature_position` object, required
    - `identifier` string, required
    - `document_id` string, required

## Response `201`

Identification

- IdentificationOriginationWebGetIdentificationOriginationResponse
  - `status_description` string, 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_id` string, required — The unique ID of an identification origination resource assigned to a specific customer.
  - `identification_id` string, nullable — The unique ID of the identification resource assigned to a specific customer.
  - `esigning_id` string, nullable — The unique ID of the e-signing resource.

## Other responses

- `400` — Invalid request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/solarisgroup/apis/identification-origination.md) · [All operations](https://skmtc.net/solarisgroup/apis/identification-origination/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/identification-origination/revisions/1995596c9b29/schema)
