v4
latestOpenAPI 3.1.02026-08-0117737.6 KBFree
List all supported IBAN countries (free)
FREE metadata endpoint: lists every supported IBAN country with its IBAN length, SEPA membership, and whether a BBAN structure breakdown and example IBAN are available. Use GET /v1/iban/structure/{country} for the full per-country template.
get/v1/iban/structure
Response
List of supported countries
Example response
{
"countries": [
{
"code": "CH",
"name": "Switzerland",
"iban_length": 21
}
],
"endpoint_per_country": "GET /v1/iban/structure/:country"
}