---
title: "(Bankident only) Index person bank identification attempts"
method: GET
path: "/v1/persons/{person_id}/bank_identification_attempts"
tags: ["Person identifications"]
---

# (Bankident only) Index person bank identification attempts

`GET /v1/persons/{person_id}/bank_identification_attempts`

Returns all bank identifications attempts for the person specified in the request URL.

## Path parameters

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

## Response `200`

Successful result of the operation

- SolarisServerDecoratorsBankIdentificationAttempt[]
  - `id` string — ID of the bank identification attempt.
  - `person_id` string — ID of the person undergoing the bank identification attempt.
  - `identification_id` string — ID of the associated person identification.
  - `successful` boolean — Indicates whether or not the bank identification attempt succeeded.
  - `failure_reason` string — If the bank identification attempt failed, then this property will contain a string explaining the reason for the failure.
  - `iban` string — The customer's IBAN. Use this field for the identification methods `bank` and `bank_id`.
  - `created_at` string — Date and time when the bank identification attempt was created.

## Other responses

- `400` — An error occurred on the client side.
- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `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)
