sepa_check

Create 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>.

post/v2/sepa/check/

Request body

ibanstring required

IBAN

Example request

{
  "person": {
    "first_name": "John",
    "last_name": "Do",
    "date_birth": "1984-10-25"
  },
  "iban": "FR1420041010050500013M02606"
}

Response

Successful Response

idstring required

Example response

{
  "id": "chck_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.