v4
latestOpenAPI 3.1.02026-08-0117737.6 KBFree
IBAN structure template for a country (free)
FREE metadata endpoint: returns the IBAN structural template for a country — total IBAN length, BBAN field positions (bank code / branch code / account number, 0-indexed within the BBAN), SEPA membership + schemes + VoP obligation, and a canonical example IBAN to copy-paste. Use it when an agent needs to know the IBAN format for a country before crafting a validation call.
get/v1/iban/structure/{country}
Path parameters
countrystring required
Example:CH
ISO 3166-1 alpha-2 country code (case-insensitive)
Response
IBAN structure template
Example response
{
"country": {
"code": "CH",
"name": "Switzerland"
},
"iban_length": 21,
"bban_length": 17,
"bban_pattern": "5!n12!c",
"example_iban": "CH9300762011623852957"
}