---
title: "Retrieve person identification account snapshot"
method: GET
path: "/v1/persons/{person_id}/identifications/{id}/account_snapshot"
tags: ["Person identifications"]
---

# Retrieve person identification account snapshot

`GET /v1/persons/{person_id}/identifications/{id}/account_snapshot`

Returns an account snapshot that was added to a person identification.

## Path parameters

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

## Response `200`

AccountSnapshot

- AccountSnapshotWeb
  - `iban` string, nullable — Optional IBAN used to initiate the FinTecSystems account snapshot process.
  - `id` string, required — ID of the account snapshot.
  - `location` string, nullable — (FINREACH only) The URL to which you must redirect the customer to enter their bank credentials for the account snapshot.
  - `provider` 'FIN_TEC_SYSTEMS' | 'FINREACH' | 'SOLARISBANK' | 'PARTNER', required
  - `status` 'available' | 'expired' | 'failed' | 'pending', required — The current status of the account snapshot session.
  - `status_description` string, nullable — Provides additional context around the account snapshot's status value.
  - `wizard_session_key` string, nullable — (FIN_TECH_SYSTEMS only) The key which you must enter in the FIN_TECH_SYSTEMS wizard container to start the account snapshot session.

## 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)
