---
title: "(Bankident only) Check identification eligibility"
method: POST
path: "/v1/persons/{person_id}/identification_eligibility_checks"
tags: ["Person identifications"]
---

# (Bankident only) Check identification eligibility

`POST /v1/persons/{person_id}/identification_eligibility_checks`

Validates whether the person specified in the request URL is eligible to complete a given identification method.

## Path parameters

- `person_id` string, required — The unique ID of the person resource created for a customer.

## Request body

- object
  - `method` 'bank' — The identification method to check for eligibility for the given person. Currently only works for Bankident.

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsEligibilityCheck
  - `method` string — Identification method to check for eligibility. Currently, only Bankident (`bank`) is supported.
  - `eligible` boolean — Indicates whether the customer is eligible for the identification method.
  - `reasons` unknown[] — Array of reasons why the customer is not eligible for the identification method.
    - unknown

## Other responses

- `default` — Unexpected error

---

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