---
title: "Validate IBAN"
method: GET
path: "/iban"
tags: ["Vatcomply"]
---

# Validate IBAN

`GET /iban`

## Query parameters

- `iban` string, required

## Response `200`

Successful response

- ValidateIBANResponseSchema
  - `valid` boolean, required
  - `iban` string, required
  - `bank_name` string, required
  - `bic` string, required
  - `country_code` string, required
  - `country_name` string, required
  - `checksum_digits` string, required
  - `bank_code` string, required
  - `branch_code` string, required
  - `account_number` string, required
  - `bban` string, required
  - `in_sepa_zone` boolean, required

---

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