---
title: "Create Sepa Check"
method: POST
path: "/v2/sepa/check/"
tags: ["sepa_check"]
---

# Create Sepa Check

`POST /v2/sepa/check/`

Create a new sepa check interrogation session.

<table>
    <thead>
        <tr>
            <th colspan="5" style="text-align:center;">
                Company identifier supported per country
            </th>
        </tr>
    </thead>
    <tbody>
        <tr>
            <th>Country Name</th>
            <th>Country Code</th>
            <th>SIREN</th>
            <th>VAT</th>
            <th>SIRET</th>
        </tr>
        <tr align="center">
            <td>France</td>
            <td>FR</td>
            <td>&#10004;</td>
            <td>&#10004;</td>
            <td>&#10004;</td>
        </tr>
        <tr align="center">
            <td>Italy</td>
            <td>IT</td>
            <td></td>
            <td>&#10004;</td>
            <td></td>
        </tr>
    </tbody>
</table>


<strong><span style="color:orange"> Usage of an iban generated using the <a
href="/redoc#tag/sepa_check/operation
/generate_valid_check_iban_v2_sepa_check_generate_post" target="_self">/generate</a>
route is mandatory in test mode.</span></strong>

<strong><span style="color:red">
    Usage of this route in production mode is subject to additional fees.
</span></strong>

For further information, please refer to Stancer's
<a href="https://www.stancer.com/en/pricing-conditions.pdf" target="_blank">
pricing conditions
</a>.

## Request body

- SepaCheckIn — Sepa check model used as route input
  - `person` SepaCheckPerson — Sepa Check base model for customer search
    - `first_name` string, required — Customer first name
    - `last_name` string, required — Customer last name
    - `date_birth` string, date, required — Birth date in AAAA-MM-DD format
  - `company` SepaCheckCompany — Sepa Check base model for customer search
    - `country_code` 'FR' | 'IT' — Stancer sepa check only support French and Italian companies for now
    - `identifier` string, required — You need to refer yourself to the country code identifier matching table
  - `iban` string, required — IBAN

## Response `200`

Successful Response

- SepaCheckCreationOut — Output model of a check creation
  - `id` string, required

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