---
title: "Generate Valid Check Iban"
method: POST
path: "/v2/sepa/check/generate"
tags: ["sepa_check"]
---

# Generate Valid Check Iban

`POST /v2/sepa/check/generate`

## Request body

- IbanToGenerateIn
  - `person` SepaCheckPersonGenerate — Sepa check person test iban generation
    - `score` integer, required — Global matching score for iban and customer
    - `score_name` integer, required — Specific score for account name and given name
    - `birth_date_valid` boolean, required — Given birth date is valid
  - `company` SepaCheckCompanyGenerate — Sepa check company test iban generation
    - `score` integer, required — Global matching score for iban and customer
  - `status` 'pending' | 'succeeded', required — An enumeration.

## Response `200`

Successful Response

- string

## Other responses

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