Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "country_code": "AT",
- "country_name": "Austria",
- "iban_length": 20,
- "iban_regex": "^[atAT]{2}\\d{2}\\d{16}$"
- },
- {
- "country_code": "BE",
- "country_name": "Belgium",
- "iban_length": 16,
- "iban_regex": "^[beBE]{2}\\d{2}\\d{12}$"
- },
- {
- "country_code": "BG",
- "country_name": "Bulgaria",
- "iban_length": 22,
- "iban_regex": "^[bgBG]{2}\\d{2}[a-zA-Z]{4}\\d{6}[\\da-zA-Z]{8}$"
- },
- {
- "country_code": "CH",
- "country_name": "Switzerland",
- "iban_length": 21,
- "iban_regex": "^[chCH]{2}\\d{2}\\d{5}[\\da-zA-Z]{12}$"
- },
- {
- "country_code": "CY",
- "country_name": "Cyprus",
- "iban_length": 28,
- "iban_regex": "^[cyCY]{2}\\d{2}\\d{8}[\\da-zA-Z]{16}$"
- },
- {
- "country_code": "CZ",
- "country_name": "Czech Republic",
- "iban_length": 24,
- "iban_regex": "^[czCZ]{2}\\d{2}\\d{20}$"
- },
- {
- "country_code": "DE",
- "country_name": "Germany",
- "iban_length": 22,
- "iban_regex": "^[deDE]{2}\\d{2}\\d{18}$"
- },
- {
- "country_code": "DK",
- "country_name": "Denmark",
- "iban_length": 18,
- "iban_regex": "^[dkDK]{2}\\d{2}\\d{14}$"
- },
- {
- "country_code": "EE",
- "country_name": "Estonia",
- "iban_length": 20,
- "iban_regex": "^[eeEE]{2}\\d{2}\\d{16}$"
- },
- {
- "country_code": "ES",
- "country_name": "Spain",
- "iban_length": 24,
- "iban_regex": "^[esES]{2}\\d{2}\\d{20}$"
- },
- {
- "country_code": "ES",
- "country_name": "Canary Islands",
- "iban_length": 24,
- "iban_regex": "^[esES]{2}\\d{2}\\d{20}$"
- },
- {
- "country_code": "FI",
- "country_name": "Finland",
- "iban_length": 18,
- "iban_regex": "^[fiFI]{2}\\d{2}\\d{14}$"
- },
- {
- "country_code": "FI",
- "country_name": "Aland Islands",
- "iban_length": 18,
- "iban_regex": "^[fiFI]{2}\\d{2}\\d{14}$"
- },
- {
- "country_code": "FR",
- "country_name": "France",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "French Guiana",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Guadeloupe",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Martinique",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Mayotte",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Réunion",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Saint Barthélemy",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Saint Martin (French part)",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "FR",
- "country_name": "Saint Pierre and Miquelon",
- "iban_length": 27,
- "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "GB",
- "country_name": "United Kingdom",
- "iban_length": 22,
- "iban_regex": "^[gbGB]{2}\\d{2}[a-zA-Z]{4}\\d{14}$"
- },
- {
- "country_code": "GI",
- "country_name": "Gibraltar",
- "iban_length": 23,
- "iban_regex": "^[giGI]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{15}$"
- },
- {
- "country_code": "GR",
- "country_name": "Greece",
- "iban_length": 27,
- "iban_regex": "^[grGR]{2}\\d{2}\\d{7}[\\da-zA-Z]{16}$"
- },
- {
- "country_code": "HR",
- "country_name": "Croatia",
- "iban_length": 21,
- "iban_regex": "^[hrHR]{2}\\d{2}\\d{17}$"
- },
- {
- "country_code": "HU",
- "country_name": "Hungary",
- "iban_length": 28,
- "iban_regex": "^[huHU]{2}\\d{2}\\d{24}$"
- },
- {
- "country_code": "IE",
- "country_name": "Ireland",
- "iban_length": 22,
- "iban_regex": "^[ieIE]{2}\\d{2}[\\da-zA-Z]{4}\\d{14}$"
- },
- {
- "country_code": "IS",
- "country_name": "Iceland",
- "iban_length": 26,
- "iban_regex": "^[isIS]{2}\\d{2}\\d{22}$"
- },
- {
- "country_code": "IT",
- "country_name": "Italy",
- "iban_length": 27,
- "iban_regex": "^[itIT]{2}\\d{2}[a-zA-Z]\\d{10}[\\da-zA-Z]{12}$"
- },
- {
- "country_code": "LI",
- "country_name": "Liechtenstein",
- "iban_length": 21,
- "iban_regex": "^[liLI]{2}\\d{2}\\d{5}[\\da-zA-Z]{12}$"
- },
- {
- "country_code": "LT",
- "country_name": "Lithuania",
- "iban_length": 20,
- "iban_regex": "^[ltLT]{2}\\d{2}\\d{16}$"
- },
- {
- "country_code": "LU",
- "country_name": "Luxembourg",
- "iban_length": 20,
- "iban_regex": "^[luLU]{2}\\d{2}\\d{3}[\\da-zA-Z]{13}$"
- },
- {
- "country_code": "LV",
- "country_name": "Latvia",
- "iban_length": 21,
- "iban_regex": "^[lvLV]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{13}$"
- },
- {
- "country_code": "MC",
- "country_name": "Monaco",
- "iban_length": 27,
- "iban_regex": "^[mcMC]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
- },
- {
- "country_code": "MT",
- "country_name": "Malta",
- "iban_length": 31,
- "iban_regex": "^[mtMT]{2}\\d{2}[a-zA-Z]{4}\\d{5}[\\da-zA-Z]{18}$"
- },
- {
- "country_code": "NL",
- "country_name": "Netherlands",
- "iban_length": 18,
- "iban_regex": "^[nlNL]{2}\\d{2}[a-zA-Z]{4}\\d{10}$"
- },
- {
- "country_code": "NO",
- "country_name": "Norway",
- "iban_length": 15,
- "iban_regex": "^[noNO]{2}\\d{2}\\d{11}$"
- },
- {
- "country_code": "PL",
- "country_name": "Poland",
- "iban_length": 28,
- "iban_regex": "^[plPL]{2}\\d{2}\\d{24}$"
- },
- {
- "country_code": "PT",
- "country_name": "Portugal",
- "iban_length": 25,
- "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
- },
- {
- "country_code": "PT",
- "country_name": "Azores",
- "iban_length": 25,
- "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
- },
- {
- "country_code": "PT",
- "country_name": "Madeira",
- "iban_length": 25,
- "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
- },
- {
- "country_code": "RO",
- "country_name": "Romania",
- "iban_length": 24,
- "iban_regex": "^[roRO]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{16}$"
- },
- {
- "country_code": "SE",
- "country_name": "Sweden",
- "iban_length": 24,
- "iban_regex": "^[seSE]{2}\\d{2}\\d{20}$"
- },
- {
- "country_code": "SI",
- "country_name": "Slovenia",
- "iban_length": 19,
- "iban_regex": "^[siSI]{2}\\d{2}\\d{15}$"
- },
- {
- "country_code": "SK",
- "country_name": "Slovakia",
- "iban_length": 24,
- "iban_regex": "^[skSK]{2}\\d{2}\\d{20}$"
- },
- {
- "country_code": "SM",
- "country_name": "San Marino",
- "iban_length": 27,
- "iban_regex": "^[smSM]{2}\\d{2}[a-zA-Z]\\d{10}[\\da-zA-Z]{12}$"
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment