---
title: "Get Sepa Check"
method: GET
path: "/v2/sepa/check/{id}"
tags: ["sepa_check"]
---

# Get Sepa Check

`GET /v2/sepa/check/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- SepaCheckOut
  - `id` string, required
  - `created` string, date-time, required — Date of creation in Epoch timestamp
  - `person` SepaCheckPersonResponse — Sepa check person response
    - `score` integer, required — Global matching score for iban and customer
    - `classification` 'HIGH' | 'MEDIUM' | 'LOW' | 'NO' — Score classification
    - `correct_account_holder_type` boolean
    - `existing_account` boolean
    - `score_name` integer, required — Specific score for account name and given name
    - `birth_date_valid` boolean — Given birth date is valid
  - `company` SepaCheckCompanyResponse — Sepa check company response
    - `score` integer, required — Global matching score for iban and customer
    - `classification` 'HIGH' | 'MEDIUM' | 'LOW' | 'NO' — Score classification
    - `correct_account_holder_type` boolean
    - `existing_account` boolean
    - `valid_identifier` boolean — Given identifier is valid
  - `check_type` 'person' | 'company', required — An enumeration.
  - `status` 'pending' | 'succeeded', required — An enumeration.

## Other responses

- `410` — Gone
- `422` — Validation Error

---

[API](https://skmtc.dev/stancer/apis/stancer-api.md) · [All operations](https://skmtc.dev/stancer/apis/stancer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stancer/stancer-api/revisions/c637e4c7ff04/schema)
