---
title: "Get Account Verification Receipt"
method: GET
path: "/rest/account-verifications/{account-verification-id}"
tags: ["Account Verification"]
---

# Get Account Verification Receipt

`GET /rest/account-verifications/{account-verification-id}`

Retrieve detailed information about the result of an account verification process. This verification receipt will give insights into the bank account connected by the user and how good the provided person name does match with the account-holder names.

## Path parameters

- `account-verification-id` string, UUID, required — ID of the account verification flow.

## Response `200`

The result of an account verification.

- object
  - `id` Schema, required — unresolved $ref
  - `provided` object, required — The name and account information provided on flow initiation.
    - `name` string, required — Name provided by the user to be checked against the account-holder names.
    - `iban` Iban — unresolved $ref
  - `matched` object, required — The matched account holder name.
    - `name` string, required — Account-holder name that most closely matches the name provided by the user. In case of a joint account the bank might return more than one account-holder name in which case the best match is used.
    - `affinity` 'VERY_HIGH' | 'HIGH' | 'MEDIUM' | 'LOW', required — The affinity is an indicator on how closely the name provided by the user matches the account-holder name provided by the bank. The value is: * `VERY_HIGH` if the names literally match (case insensitive) * `HIGH` if there is a significant overlap with only minor deviations (e.g. "Doe, John" instead of "John Doe" or "Hans Muller" instead of "Hans Müller") * `MEDIUM` if there is only some similarity between the names (e.g. "Helge Braun" vs. "Stefan Braun") * `LOW` if the names don't match at all. For most applications the affinity `VERY_HIGH` and `HIGH` sufficiently ensure the similarity of the names.
  - `account` object, required — The base information of the connected account.
    - `name` string, required — Name of the account.
    - `type` Items, required — unresolved $ref
    - `owners` string[], required — List of names of all the account holders.
    - `iban` Iban — unresolved $ref
    - `currency` Currency, required — unresolved $ref

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `404` — unresolved $ref

---

[API](https://skmtc.net/qwist/apis/finx-api.md) · [All operations](https://skmtc.net/qwist/apis/finx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qwist/finx-api/revisions/b75f5c1aa39e/schema)
