# (Bankident only) Check identification eligibility Validates whether the person specified in the request URL is eligible to complete a given identification method. Endpoint: POST /v1/persons/{person_id}/identification_eligibility_checks Version: 1.0 ## Path parameters: - `person_id` (string, required) The unique ID of the person resource created for a customer. Example: "dc1a6812a14f6cc338cd084208535bcdcper" ## Request fields (application/json): - `method` (string) The identification method to check for eligibility for the given person. Currently only works for Bankident. Enum: "bank" ## Response 200 fields (application/json): - `method` (string) Identification method to check for eligibility. Currently, only Bankident () is supported. Example: "bank" - `eligible` (boolean) Indicates whether the customer is eligible for the identification method. Example: true - `reasons` (array) Array of reasons why the customer is not eligible for the identification method. Example: ["match_for_person_data_not_found"]