benjaminvr

Untitled

Jun 25th, 2023
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. [
  2. {
  3. "country_code": "AT",
  4. "country_name": "Austria",
  5. "iban_length": 20,
  6. "iban_regex": "^[atAT]{2}\\d{2}\\d{16}$"
  7. },
  8. {
  9. "country_code": "BE",
  10. "country_name": "Belgium",
  11. "iban_length": 16,
  12. "iban_regex": "^[beBE]{2}\\d{2}\\d{12}$"
  13. },
  14. {
  15. "country_code": "BG",
  16. "country_name": "Bulgaria",
  17. "iban_length": 22,
  18. "iban_regex": "^[bgBG]{2}\\d{2}[a-zA-Z]{4}\\d{6}[\\da-zA-Z]{8}$"
  19. },
  20. {
  21. "country_code": "CH",
  22. "country_name": "Switzerland",
  23. "iban_length": 21,
  24. "iban_regex": "^[chCH]{2}\\d{2}\\d{5}[\\da-zA-Z]{12}$"
  25. },
  26. {
  27. "country_code": "CY",
  28. "country_name": "Cyprus",
  29. "iban_length": 28,
  30. "iban_regex": "^[cyCY]{2}\\d{2}\\d{8}[\\da-zA-Z]{16}$"
  31. },
  32. {
  33. "country_code": "CZ",
  34. "country_name": "Czech Republic",
  35. "iban_length": 24,
  36. "iban_regex": "^[czCZ]{2}\\d{2}\\d{20}$"
  37. },
  38. {
  39. "country_code": "DE",
  40. "country_name": "Germany",
  41. "iban_length": 22,
  42. "iban_regex": "^[deDE]{2}\\d{2}\\d{18}$"
  43. },
  44. {
  45. "country_code": "DK",
  46. "country_name": "Denmark",
  47. "iban_length": 18,
  48. "iban_regex": "^[dkDK]{2}\\d{2}\\d{14}$"
  49. },
  50. {
  51. "country_code": "EE",
  52. "country_name": "Estonia",
  53. "iban_length": 20,
  54. "iban_regex": "^[eeEE]{2}\\d{2}\\d{16}$"
  55. },
  56. {
  57. "country_code": "ES",
  58. "country_name": "Spain",
  59. "iban_length": 24,
  60. "iban_regex": "^[esES]{2}\\d{2}\\d{20}$"
  61. },
  62. {
  63. "country_code": "ES",
  64. "country_name": "Canary Islands",
  65. "iban_length": 24,
  66. "iban_regex": "^[esES]{2}\\d{2}\\d{20}$"
  67. },
  68. {
  69. "country_code": "FI",
  70. "country_name": "Finland",
  71. "iban_length": 18,
  72. "iban_regex": "^[fiFI]{2}\\d{2}\\d{14}$"
  73. },
  74. {
  75. "country_code": "FI",
  76. "country_name": "Aland Islands",
  77. "iban_length": 18,
  78. "iban_regex": "^[fiFI]{2}\\d{2}\\d{14}$"
  79. },
  80. {
  81. "country_code": "FR",
  82. "country_name": "France",
  83. "iban_length": 27,
  84. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  85. },
  86. {
  87. "country_code": "FR",
  88. "country_name": "French Guiana",
  89. "iban_length": 27,
  90. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  91. },
  92. {
  93. "country_code": "FR",
  94. "country_name": "Guadeloupe",
  95. "iban_length": 27,
  96. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  97. },
  98. {
  99. "country_code": "FR",
  100. "country_name": "Martinique",
  101. "iban_length": 27,
  102. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  103. },
  104. {
  105. "country_code": "FR",
  106. "country_name": "Mayotte",
  107. "iban_length": 27,
  108. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  109. },
  110. {
  111. "country_code": "FR",
  112. "country_name": "Réunion",
  113. "iban_length": 27,
  114. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  115. },
  116. {
  117. "country_code": "FR",
  118. "country_name": "Saint Barthélemy",
  119. "iban_length": 27,
  120. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  121. },
  122. {
  123. "country_code": "FR",
  124. "country_name": "Saint Martin (French part)",
  125. "iban_length": 27,
  126. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  127. },
  128. {
  129. "country_code": "FR",
  130. "country_name": "Saint Pierre and Miquelon",
  131. "iban_length": 27,
  132. "iban_regex": "^[frFR]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  133. },
  134. {
  135. "country_code": "GB",
  136. "country_name": "United Kingdom",
  137. "iban_length": 22,
  138. "iban_regex": "^[gbGB]{2}\\d{2}[a-zA-Z]{4}\\d{14}$"
  139. },
  140. {
  141. "country_code": "GI",
  142. "country_name": "Gibraltar",
  143. "iban_length": 23,
  144. "iban_regex": "^[giGI]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{15}$"
  145. },
  146. {
  147. "country_code": "GR",
  148. "country_name": "Greece",
  149. "iban_length": 27,
  150. "iban_regex": "^[grGR]{2}\\d{2}\\d{7}[\\da-zA-Z]{16}$"
  151. },
  152. {
  153. "country_code": "HR",
  154. "country_name": "Croatia",
  155. "iban_length": 21,
  156. "iban_regex": "^[hrHR]{2}\\d{2}\\d{17}$"
  157. },
  158. {
  159. "country_code": "HU",
  160. "country_name": "Hungary",
  161. "iban_length": 28,
  162. "iban_regex": "^[huHU]{2}\\d{2}\\d{24}$"
  163. },
  164. {
  165. "country_code": "IE",
  166. "country_name": "Ireland",
  167. "iban_length": 22,
  168. "iban_regex": "^[ieIE]{2}\\d{2}[\\da-zA-Z]{4}\\d{14}$"
  169. },
  170. {
  171. "country_code": "IS",
  172. "country_name": "Iceland",
  173. "iban_length": 26,
  174. "iban_regex": "^[isIS]{2}\\d{2}\\d{22}$"
  175. },
  176. {
  177. "country_code": "IT",
  178. "country_name": "Italy",
  179. "iban_length": 27,
  180. "iban_regex": "^[itIT]{2}\\d{2}[a-zA-Z]\\d{10}[\\da-zA-Z]{12}$"
  181. },
  182. {
  183. "country_code": "LI",
  184. "country_name": "Liechtenstein",
  185. "iban_length": 21,
  186. "iban_regex": "^[liLI]{2}\\d{2}\\d{5}[\\da-zA-Z]{12}$"
  187. },
  188. {
  189. "country_code": "LT",
  190. "country_name": "Lithuania",
  191. "iban_length": 20,
  192. "iban_regex": "^[ltLT]{2}\\d{2}\\d{16}$"
  193. },
  194. {
  195. "country_code": "LU",
  196. "country_name": "Luxembourg",
  197. "iban_length": 20,
  198. "iban_regex": "^[luLU]{2}\\d{2}\\d{3}[\\da-zA-Z]{13}$"
  199. },
  200. {
  201. "country_code": "LV",
  202. "country_name": "Latvia",
  203. "iban_length": 21,
  204. "iban_regex": "^[lvLV]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{13}$"
  205. },
  206. {
  207. "country_code": "MC",
  208. "country_name": "Monaco",
  209. "iban_length": 27,
  210. "iban_regex": "^[mcMC]{2}\\d{2}\\d{10}[\\da-zA-Z]{11}\\d{2}$"
  211. },
  212. {
  213. "country_code": "MT",
  214. "country_name": "Malta",
  215. "iban_length": 31,
  216. "iban_regex": "^[mtMT]{2}\\d{2}[a-zA-Z]{4}\\d{5}[\\da-zA-Z]{18}$"
  217. },
  218. {
  219. "country_code": "NL",
  220. "country_name": "Netherlands",
  221. "iban_length": 18,
  222. "iban_regex": "^[nlNL]{2}\\d{2}[a-zA-Z]{4}\\d{10}$"
  223. },
  224. {
  225. "country_code": "NO",
  226. "country_name": "Norway",
  227. "iban_length": 15,
  228. "iban_regex": "^[noNO]{2}\\d{2}\\d{11}$"
  229. },
  230. {
  231. "country_code": "PL",
  232. "country_name": "Poland",
  233. "iban_length": 28,
  234. "iban_regex": "^[plPL]{2}\\d{2}\\d{24}$"
  235. },
  236. {
  237. "country_code": "PT",
  238. "country_name": "Portugal",
  239. "iban_length": 25,
  240. "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
  241. },
  242. {
  243. "country_code": "PT",
  244. "country_name": "Azores",
  245. "iban_length": 25,
  246. "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
  247. },
  248. {
  249. "country_code": "PT",
  250. "country_name": "Madeira",
  251. "iban_length": 25,
  252. "iban_regex": "^[ptPT]{2}\\d{2}\\d{21}$"
  253. },
  254. {
  255. "country_code": "RO",
  256. "country_name": "Romania",
  257. "iban_length": 24,
  258. "iban_regex": "^[roRO]{2}\\d{2}[a-zA-Z]{4}[\\da-zA-Z]{16}$"
  259. },
  260. {
  261. "country_code": "SE",
  262. "country_name": "Sweden",
  263. "iban_length": 24,
  264. "iban_regex": "^[seSE]{2}\\d{2}\\d{20}$"
  265. },
  266. {
  267. "country_code": "SI",
  268. "country_name": "Slovenia",
  269. "iban_length": 19,
  270. "iban_regex": "^[siSI]{2}\\d{2}\\d{15}$"
  271. },
  272. {
  273. "country_code": "SK",
  274. "country_name": "Slovakia",
  275. "iban_length": 24,
  276. "iban_regex": "^[skSK]{2}\\d{2}\\d{20}$"
  277. },
  278. {
  279. "country_code": "SM",
  280. "country_name": "San Marino",
  281. "iban_length": 27,
  282. "iban_regex": "^[smSM]{2}\\d{2}[a-zA-Z]\\d{10}[\\da-zA-Z]{12}$"
  283. }
  284. ]
Advertisement
Add Comment
Please, Sign In to add comment