International Bank Account Number

Last updated
A typical British bank statement header (from a fictitious bank), showing the location of the account's IBAN WessexBankStatement.png
A typical British bank statement header (from a fictitious bank), showing the location of the account's IBAN

The International Bank Account Number (IBAN) is an internationally agreed upon system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions with a reduced risk of transcription errors. An IBAN uniquely identifies the account of a customer at a financial institution. [1] It was originally adopted by the European Committee for Banking Standards (ECBS) and since 1997 as the international standard ISO 13616 under the International Organization for Standardization (ISO). The current version is ISO 13616:2020, which indicates the Society for Worldwide Interbank Financial Telecommunication (SWIFT) as the formal registrar. Initially developed to facilitate payments within the European Union, it has been implemented by most European countries and numerous countries in other parts of the world, mainly in the Middle East and the Caribbean. By July 2023, 86 countries were using the IBAN numbering system. [2]

Contents

The IBAN consists of up to 34 alphanumeric characters comprising a country code; two check digits; and a number that includes the domestic bank account number, branch identifier, and potential routing information. The check digits enable a check of the bank account number to confirm its integrity before submitting a transaction.

Background

Before IBAN, differing national standards for bank account identification (i.e. bank, branch, routing codes, and account number) were confusing for some users. This often led to necessary routing information being missing from payments. Routing information as specified by ISO 9362 (also known as Business Identifier Codes (BIC), SWIFT ID or SWIFT code, and SWIFT-BIC) does not require a specific format for the transaction so the identification of accounts and transaction types is left to agreements of the transaction partners. It also does not contain check digits, so errors of transcription were not detectable and it was not possible for a sending bank to validate the routing information prior to submitting the payment. Routing errors caused delayed payments and incurred extra costs to the sending and receiving banks and often to intermediate routing banks. [3]

In 1997, to overcome these difficulties, the International Organization for Standardization (ISO) published ISO 13616:1997. [4] This proposal had a degree of flexibility that the European Committee for Banking Standards (ECBS) believed would make it unworkable, and they produced a "slimmed down" version of the standard which, amongst other things, permitted only upper-case letters and required that the IBAN for each country have a fixed length. [5] ISO 13616:1997 was subsequently withdrawn and replaced by ISO 13616:2003. [4] The standard was revised again in 2007 when it was split into two parts. ISO 13616-1:2007 "specifies the elements of an international bank account number (IBAN) used to facilitate the processing of data internationally in data interchange, in financial environments as well as within and between other industries" but "does not specify internal procedures, file organization techniques, storage media, languages, etc. to be used in its implementation". [6] ISO 13616-2:2007 describes "the Registration Authority (RA) responsible for the registry of IBAN formats that are compliant with ISO 13616-1 [and] the procedures for registering ISO 13616-compliant IBAN formats". [7] The official IBAN registrar under ISO 13616-2:2007 is SWIFT. [8]

IBAN imposes a flexible but regular format sufficient for account identification and contains validation information to avoid errors of transcription. It carries all the routing information needed to get a payment from one bank to another wherever it may be; it contains key bank account details such as country code, branch codes (known as sort codes in the UK and Ireland) and account numbers, and it contains check digits which can be validated at source according to a single standard procedure. [9] Where used, IBANs have reduced trans-national money transfer errors to under 0.1% of total payments

Structure

The IBAN consists of up to 34 alphanumeric characters, as follows:

The check digits represent the checksum of the bank account number which is used by banking systems to confirm that the number contains no simple errors.

In order to facilitate reading by humans, IBANs are traditionally expressed in groups of four characters separated by spaces, the last group being of variable length as shown in the example below; when transmitted electronically however spaces are omitted. [2]

Irish IBAN
Human readableIE12 BOFI 9000 0112 3456 78
Machine readableIE12BOFI90000112345678

Permitted IBAN characters are the digits 0 to 9 and the 26 Latin alphabetic characters A to Z. [10] This applies even in countries where these characters are not used in the national language (e.g. Greece).

Basic Bank Account Number

The Basic Bank Account Number (BBAN) format is decided by the national central bank or designated payment authority of each country. There is no consistency between the formats adopted. The national authority may register its BBAN format with SWIFT but is not obliged to do so. It may adopt IBAN without registration. SWIFT also acts as the registration authority for the SWIFT system, which is used by most countries that have not adopted IBAN. A major difference between the two systems is that under SWIFT there is no requirement that BBANs used within a country be of a pre-defined length.

The BBAN must be of a fixed length for the country and comprise case-insensitive alphanumeric characters. It includes the domestic bank account number, branch identifier, and potential routing information. Each country can have a different national routing/account numbering system, up to a maximum of 30 alphanumeric characters.

Check digits

The check digits enable the sending bank (or its customer) to perform a sanity check of the routing destination and account number from a single string of data at the time of data entry. [5] This check is guaranteed to detect any instances where a single character has been omitted, duplicated, mistyped or where two characters have been transposed. Thus routing and account number errors are virtually eliminated. [10]

Processing

One of the design aims of the IBAN was to enable as much validation as possible to be done at the point of data entry. [11] In particular, the computer program that accepts an IBAN will be able to validate:

The check digits are calculated using MOD-97-10 as per ISO/IEC 7064:2003 [10] (abbreviated to mod-97 in this article), which specifies a set of check character systems capable of protecting strings against errors which occur when people copy or key data. In particular, the standard states that the following can be detected:

The underlying rules for IBANs is that the account-servicing financial institution should issue an IBAN, as there are a number of areas where different IBANs could be generated from the same account and branch numbers that would satisfy the generic IBAN validation rules. In particular cases where 00 is a valid check digit, 97 will not be a valid check digit, likewise, if 01 is a valid check digit, 98 will not be a valid check digit, similarly with 02 and 99.

The UN CEFACT TBG5 has published a free IBAN validation service in 32 languages for all 57 countries[ needs update ] that have adopted the IBAN standard. [12] They have also published the Javascript source code of the verification algorithm. [13]

An English language IBAN checker for ECBS member country bank accounts is available on its website. [14]

Algorithms

Validating the IBAN

An IBAN is validated by converting it into an integer and performing a basic mod-97 operation (as described in ISO 7064) on it. If the IBAN is valid, the remainder equals 1. [Note 1] The algorithm of IBAN validation is as follows: [9]

  1. Check that the total IBAN length is correct as per the country. If not, the IBAN is invalid
  2. Move the four initial characters to the end of the string
  3. Replace each letter in the string with two digits, thereby expanding the string, where A = 10, B = 11, ..., Z = 35
  4. Interpret the string as a decimal integer and compute the remainder of that number on division by 97

If the remainder is 1, the check digit test is passed and the IBAN might be valid.

Example (fictitious United Kingdom bank, sort code 12-34-56, account number 98765432):

• IBAN:GB82WEST 1234 5698 7654 32
• Rearrange: W E S T12345698765432 G B82
• Convert to integer:3214282912345698765432161182
• Compute remainder:3214282912345698765432161182mod 97 = 1

Generating IBAN check digits

According to the ECBS "generation of the IBAN shall be the exclusive responsibility of the bank/branch servicing the account". [9] The ECBS document replicates part of the ISO/IEC 7064:2003 standard as a method for generating check digits in the range 02 to 98. Check digits in the ranges 00 to 96, 01 to 97, and 03 to 99 will also provide validation of an IBAN, but the standard is silent as to whether or not these ranges may be used.

The preferred algorithm is: [9]

  1. Check that the total IBAN length is correct as per the country. If not, the IBAN is invalid.
  2. Replace the two check digits by 00 (e.g., GB00 for the UK).
  3. Move the four initial characters to the end of the string.
  4. Replace the letters in the string with digits, expanding the string as necessary, such that A or a = 10, B or b = 11, and Z or z = 35. Each alphabetic character is therefore replaced by 2 digits
  5. Convert the string to an integer (i.e. ignore leading zeroes).
  6. Calculate mod-97 of the new number, which results in the remainder.
  7. Subtract the remainder from 98 and use the result for the two check digits. If the result is a single-digit number, pad it with a leading 0 to make a two-digit number.

Modulo operation on IBAN

Any computer programming language or software package that is used to compute D mod 97 directly must have the ability to handle integers of more than 30 digits. In practice, this can only be done by software that either supports arbitrary-precision arithmetic or that can handle 219-bit (unsigned) integers, [Note 2] features that are often not standard. If the application software in use does not provide the ability to handle integers of this size, the modulo operation can be performed in a piece-wise manner (as is the case with the UN CEFACT TBG5 JavaScript program).

Piece-wise calculation D mod 97 can be done in many ways. One such way is as follows: [15]

  1. Starting from the leftmost digit of D, construct a number using the first 9 digits and call it N. [Note 3]
  2. Calculate N mod 97.
  3. Construct a new 9-digit N by concatenating the above result (step 2) with the next 7 or 8 digits of D. If there are fewer than 7 digits remaining in D but at least one, then construct a new N, which will have less than 9 digits, from the above result (step 2) followed by the remaining digits of D
  4. Repeat steps 2–3 until all the digits of D have been processed

The result of the final calculation in step 2 will be D mod 97 = N mod 97.

Example

In this example, the above algorithm for D mod 97 will be applied to D = 3214282912345698765432161182. (The digits are colour-coded to aid the description below.) If the result is one, the IBAN corresponding to D passes the check digit test.

  1. Construct N from the first 9 digits of D
    N = 321428291
  2. Calculate N mod 97 = 70
  3. Construct a new 9-digit N from the above result (step 2) followed by the next 7 digits of D.
    N = 702345698
  4. Calculate N mod 97 = 29
  5. Construct a new 9-digit N from the above result (step 4) followed by the next 7 digits of D.
    N = 297654321
  6. Calculate N mod 97 = 24
  7. Construct a new N from the above result (step 6) followed by the remaining 5 digits of D.
    N = 2461182
  8. Calculate N mod 97 = 1

From step 8, the final result is D mod 97 = 1 and the IBAN has passed this check digit test.

National check digits

In addition to the IBAN check digits, many countries have their own national check digits used within the BBAN, as part of their national account number formats. Each country determines its own algorithm used for assigning and validating the national check digits - some relying on international standards, some inventing their own national standard, and some allowing each bank to decide if or how to implement them. Some algorithms apply to the entire BBAN, and others to one or more of the fields within it. The check digits may be considered an integral part of the account number, or an external field separate from the account number, depending on the country's rules.

Most of the variations used are based on two categories of algorithms:

- ISO 7064 MOD-97-10: Treat the account number as a large integer, divide it by 97 and use the remainder or its complement as the check digit(s).

- Weighted sum: Treat the account number as a series of individual numbers, multiply each number by a weight value according to its position in the string, sum the products, divide the sum by a modulus (10, 11 or 26) and use the remainder or its complement as the check digit or letter.

In both cases, there may first be a translation from alphanumeric characters to numbers using conversion tables. The complement, if used, means the remainder r is subtracted from a fixed value, usually the modulus or the modulus plus one (with the common exception that a remainder of 0 results in 0, denoted as 0 → 0, as opposed to e.g. 0 → 97 meaning that if the reminder is zero the checksum is 97). Note that some national specifications define the weights order from right to left, but since the BBAN length in the IBAN is fixed, they can be used from left to right as well.

National check digits in the International Bank Account Number system
CountryAlgorithmWeightsModuloComplementComments
Albania [16] Weighted9, 7, 3, 1, 9, 7, 3, 11010 − r, 0 → 0Applies only to the bank code + branch code fields.
Belgium [17] ISO 7064 MOD-97-10 (variant)97r, 0 → 97Applied to bank code + account number.
Bosnia and Herzegovina [18] ISO 7064 MOD-97-109798 − r
Croatia [17] ISO 7064 MOD-11-1011, 1011 − rCalculated separately for the bank code (seven digits) and account number (ten digits). Both should be 9.
Czech Republic [17] Weighted6, 3, 7, 9, 10, 5, 8, 4, 2, 11111 − r, 0 → 0Calculated separately for the account number (ten digits) and branch number (six digits, using the last six weights). Both should be 0.
East Timor ISO 7064 MOD-97-109798 − rApplied to the whole bban (bank code concatenated with account number) appended with "00".
Estonia [17] [19] [20] Weighted7, 1, 3, 7, 1, 3, 7, 1, 3, 7, 1, 3, 71010 − r, 0 → 0Applies only to the branch code + account number fields (ignoring the bank code). Before multiplying by weights the resulting part of IBAN (i.e. branch code + account number) is reversed.
Finland [17] Luhn2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 2, 1, 21010 − r, 0 → 0Uses the Luhn Algorithm, where the sum is taken of the individual digits of the multiplication products rather than the products themselves.
France [17] ISO 7064 MOD-97-10 (variant)9797 − rThe mapping form characters to coefficients is non-standard: the digits 0–9 are converted to their respective values, letters 'A–I' converted to 1–9, letters J–R converted to 1–9 and letters S–Z converted to 2–9, respectively. After the transliteration, the part of IBAN is read as number. This is performed for bank code, branch code, and account number. Each of them is then multiplied by the proper multiplier (89, 15, 3) respectively (these constants are remainders of dividing , and by 97 respectively - using them do not change the result, but simplify the calculation [21] ). The three numbers are then summed and the algorithm is performed on the result of this summation.
Hungary [17] Weighted9, 7, 3, 1, 9, 7, 3, 1, 9, 7, 3, 1, 9, 7, 3, 11010 − r, 0 → 0There are two separate check digits—one for the bank code + branch code, and one for the account number, each calculated separately.
Iceland [17] Weighted3, 2, 7, 6, 5, 4, 3, 21111 − r, 0 → 0Applies only to the first eight digits of the national identification number (kennitala), with the check digit stored at the 9th.
Italy [17] Conversion + Sum26rCharacters are converted to digits using two different conversion tables, one for odd positions and one for even positions (the first character is considered odd).

Odd-positioned digits 0–9 are converted to their respective values in the sequence 1, 0, 5, 7, 9, 13, 15, 17, 19, 21, and characters in the range A–Z are converted to 1, 0, 5, 7, 9, 13, 15, 17, 19, 21, 2, 4, 18, 20, 11, 3, 6, 8, 12, 14, 16, 10, 22, 25, 24, 23 respectively. Even-positioned characters are converted using the natural zero-based value, i.e. digits 0–9 converted to the respective numbers 0–9, and letters A–Z to the range 0–25. After conversion the numbers are summed (without weights), and the result taken modulo 26. This is then converted back into a single letter in the range A–Z (in natural order) which is used as the check digit (or rather, check character).

Mauritania ISO 7064 MOD-97-10 (variant)9797 − r
Monaco [17] ISO 7064 MOD-97-10 (variant)9797 − rUses the same algorithm as France.
Montenegro [17] ISO 7064 MOD-97-109798 − r
North Macedonia [17] ISO 7064 MOD-97-109798 − r
Norway [17] Weighted5, 4, 3, 2, 7, 6, 5, 4, 3, 21111 − r, 0 → 0, 1 → invalidIf the first two digits of the account number (not the bank code) are both zeros, then the calculation applies only to the remaining four digits of the account number, otherwise it applies to the entire BBAN (bank code + account number).
Poland [17] [22] Weighted3, 9, 7, 1, 3, 9, 71010 − r, 0 → 0Applies only to the bank code + branch code (without the account number).
Portugal [17] ISO 7064 MOD-97-109798 − r
San Marino [17] Conversion + Sum26rUses the same algorithm as Italy.
Serbia [17] ISO 7064 MOD-97-109798 − r
Slovakia [17] Weighted6, 3, 7, 9, 10, 5, 8, 4, 2, 11111 − r, 0 → 0Calculated separately for the account number (ten digits) and branch number (six digits, using the last six weights). Same as Czech Republic.
Slovenia [17] ISO 7064 MOD-97-109798 − r
Spain [17] Weighted1, 2, 4, 8, 5, 10, 9, 7, 3, 61111 − r, 0 → 0, 1 → 1There are two separate check digits—one for the bank code + branch code, and one for the account number, each calculated separately. The account number is ten characters long and uses all of the weights, whereas the bank code + branch code are eight characters long and thus use only the last eight weights in the calculation (or equivalently, pad with two zeros on the left and use the ten weights).
Tunisia [17] ISO 7064 MOD-97-10 (variant)9797 − r

Adoption

Adoption of the IBAN
.mw-parser-output .legend{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .legend-color{display:inline-block;min-width:1.25em;height:1.25em;line-height:1.25;margin:1px 0;text-align:center;border:1px solid black;background-color:transparent;color:black}.mw-parser-output .legend-text{}
IBAN structure is defined
IBAN structure is registered with SWIFT
Country participates in SEPA
Euro is country's currency IBANMap-World6.svg
Adoption of the IBAN
  IBAN structure is defined
  IBAN structure is registered with SWIFT
  Country participates in SEPA
   Euro is country's currency

International bank transactions use either an IBAN or the ISO 9362 Business Identifier Code system (BIC or SWIFT code) in conjunction with the BBAN (Basic Bank Account Number). [23]

EEA and territories

The banks of most countries in Europe publish account numbers using both the IBAN format and the nationally recognised identifiers, this being mandatory within the European Economic Area. [24]

Day-to-day administration of banking in British Overseas Territories varies from territory to territory; some, such as South Georgia and the South Sandwich Islands, have too small a population to warrant a banking system while others, such as Bermuda, have a thriving financial sector. [25] The use of the IBAN is up to the local government—Gibraltar, formerly part of the European Union is required to use the IBAN, [24] as are the Crown Dependencies, which use the British clearing system, [26] and the British Virgin Islands have chosen to do so. As of April 2013, no other British Overseas Territories have chosen to use the IBAN. [2] Banks in the Caribbean Netherlands also do not use the IBAN.

As of February 2014, the IBAN is mandatory for all banking transactions in countries that use the euro. Euro banknotes 2002.png
As of February 2014, the IBAN is mandatory for all banking transactions in countries that use the euro.

Single Euro Payments Area

The IBAN designation scheme was chosen as the foundation for electronic straight-through processing in the European Economic Area. The European Parliament mandated that a bank charge needs to be the same amount for domestic credit transfers as for cross-border credit transfers regulated in decision 2560/2001 (updated in 924/2009). [24] This regulation took effect in 2003. Only payments in euro up to €12,500 to a bank account designated by its IBAN were covered by the regulation, not payments in other currencies.

The Euro Payments regulation was the foundation for the decision to create a Single Euro Payments Area (SEPA). The European Central Bank has created the TARGET2 interbank network that unifies the technical infrastructure of the 26 central banks of the European Union (although Sweden has opted out). SEPA is a self-regulatory initiative by the banking sector of Europe as represented in the European Payments Council (EPC). The European Union made the scheme mandatory through the Payment Services Directive published in 2007. Since January 2008, all countries were required to support SEPA credit transfer, and SEPA direct debit was required to be supported since November 2009. The regulation on SEPA payments increased the charge cap (same price for domestic payments as for cross-border payments) to €50,000.

With a further decision of the European Parliament, the IBAN scheme for bank accounts fully replaced the domestic numbering schemes from 31 December 2012. [27] On 16 December 2010, the European Commission published regulations that made IBAN support mandatory for domestic credit transfer by 2013 and for domestic direct debit by 2014 (with a 12 and 24 months transition period respectively). [28] Some countries had already replaced their traditional bank account scheme by IBAN. This included Switzerland where IBAN was introduced for national credit transfer on 1 January 2006 and the support for the old bank account numbers was not required from 1 January 2010. [29]

Based on a 20 December 2011 memorandum, [30] the EU parliament resolved the mandatory dates for the adoption of the IBAN on 14 February 2012. [31] On 1 February 2014, all national systems for credit transfer and direct debit were abolished and replaced by an IBAN-based system. [31] This was then extended to all cross-border SEPA transactions on 1 February 2016 (Article 5 Section 7). [31] After these dates the IBAN is sufficient to identify an account for home and foreign financial transactions in SEPA countries and banks are no longer permitted to require that the customer supply the BIC for the beneficiary's bank.

In the run-up to the 1 February 2014 deadline, it became apparent that many old bank account numbers had not been allocated IBANs—an issue that was addressed on a country-by-country basis. In Germany, for example, Deutsche Bundesbank and the German Banking Industry Committee required that all holders of German bank codes ("Bankleitzahl") published the specifics of their IBAN generation format taking into account not only the generation of check digits but also the handling of legacy bank codes, thereby enabling third parties to generate IBANs independently of the bank. [32] The first such catalogue was published in June 2013 as a variant of the old bank code catalog ("Bankleitzahlendatei"). [33]

Non-EEA

Banks in numerous non-European countries including most states of the Middle East, North Africa and the Caribbean have implemented the IBAN format for account identification. [2] In some countries the IBAN is used on an ad hoc basis, an example was Ukraine where account numbers used for international transfers by some domestic banks had additional aliases that followed the IBAN format as a precursor to formal SWIFT registration. [34] This practice in Ukraine ended on 1 November 2019 when all Ukrainian banks had fully switched to the IBAN standard. [35]

The degree to which a bank verifies the validity of a recipient's bank account number depends on the configuration of the transmitting bank's software—many major software packages supply bank account validation as a standard function. [36] Some banks outside Europe may not recognize IBAN, though this is expected to diminish with time. Non-European banks usually accept IBANs for accounts in Europe, although they might not treat IBANs differently from other foreign bank account numbers. In particular, they might not check the IBAN's validity prior to sending the transfer. [37]

Banks in the United States do not use IBAN as account numbers for U.S. accounts and use ABA routing transit numbers. [38] Any adoption of the IBAN standard by U.S. banks would likely be initiated by ANSI ASC X9, the U.S. financial services standards development organization: a working group (X9B20) was established as an X9 subcommittee to generate an IBAN construction for U.S. bank accounts. [39]

Canadian financial institutions have not adopted IBAN and use routing numbers issued by Payments Canada for domestic transfers, and SWIFT for international transfers. There is no formal governmental or private sector regulatory requirement in Canada for the major banks to use IBAN.

Australia and New Zealand do not use IBAN. They use Bank State Branch codes for domestic transfers and SWIFT for international transfers. [40]

IBAN formats by country

This table summarises the IBAN formats by country: [2]

International Bank Account Number formats by country
CountryCharsBBAN FormatIBAN FieldsComment
Albania 288n,16cALkkbbbssssxcccc cccc ccccccccb = National bank code
s = Branch code
x = National check digits
c = Account number
Andorra 248n,12cADkkbbbbsssscccc cccc ccccb = National bank code
s = Branch code
c = Account number
Austria 2016nATkkbbbbbccc cccc ccccb = National bank code
c = Account number
Azerbaijan 284a,20cAZkkbbbbcccc cccc cccccccc ccccb = National bank code
c = Account number
Bahrain 224a,14cBHkkbbbbcccc cccc cccc ccb = National bank code
c = Account number
Belarus 284c, 4n, 16cBYkkbbbb aaaa cccc cccc ccccccccb = National bank or branch code
a = Balance account number
c = Account number
Belgium 1612nBEkkbbbcccccccxxb = National bank code
c = Account number
x = National check digits
Bosnia and Herzegovina 2016nBAkkbbbsssccccccccxxk = IBAN check digits (always "39")
b = National bank code
s = Branch code
c = Account number
x = National check digits
Brazil 2923n,1a,1cBRkkbbbbbbbbssss sccc cccc ccct nb = National bank code
s = Branch code
c = Account number
t = Account type (cheque account, savings account etc.)
n = Owner account number ("1", "2" etc.) [41]
Bulgaria 224a,6n,8cBGkkbbbbssssttcc cccc ccb = BIC bank code
s = Branch (BAE) number
t = Account type
c = Account number
Costa Rica 2218nCRkk 0bbbcccc cccc cccc cc0 = always zero
b = bank code
c = Account number
Croatia 2117nHRkkbbbbbbbccccc cccc cb = Bank code
c = Account number
Cyprus 288n,16cCYkkbbbssssscccc cccc ccccccccb = National bank code
s = Branch code
c = Account number
Czech Republic 2420nCZkkbbbbppppppcccccc ccccb = National bank code
p = Account number prefix
c = Account number
Denmark 1814nDKkkbbbbcccc cccc cxb = National bank code
c = Account number
x = National check digit
Dominican Republic 284c,20nDOkkbbbbcccc cccc cccccccc ccccb = Bank identifier
c = Account number
East Timor 2319nTLkkbbbccccc cccccccc cxxk = IBAN check digits (always = "38")
b = Bank identifier
c = Account number
x = National check digits
Egypt 2925nEGkkbbbbsssscccc cccc cccc cccc cb = National bank code
s = Branch code
c = Account number
El Salvador 284a, 20nSVkkbbbbcccc cccc cccc cccc ccccb = National bank code
c = Account number
Estonia 2016nEEkkbbsscccc cccccccxb = National bank code
s = Branch code
c = Account number
x = National check digit
Falkland Islands 182a,12nFKkkbbcc cccc cccc ccb = National bank code
c = Account number
Faroe Islands [Note 4] 1814nFOkkbbbbcccc cccc cxb = National bank code
c = Account number
x = National check digit
Finland 1814nFIkkbbbbbbcc cccc cxb = Bank and branch code
c = Account number
x = National check digit
France [Note 5] 2710n,11c,2nFRkkbbbb bssssscccccccccc cxxb = National bank code
s = Branch code ( code guichet  [ fr ])
c = Account number
x = National check digits ( clé RIB  [ fr ])
Georgia 222a,16nGEkkbbcc cccc cccc cccc ccb = National bank code
c = Account number
Germany 2218nDEkkbbbbbbbbcccc ccccccb = Bank and branch identifier (Bankleitzahl or BLZ)
c = Account number
Gibraltar 234a,15cGIkkbbbbcccc cccc cccc cccb = BIC bank code
c = Account number
Greece 277n,16cGRkkbbbssssccccc cccc cccc cccb = National bank code
s = Branch code
c = Account number
Greenland [Note 4] 1814nGLkkbbbbcccc cccc cxb = National bank code
c = Account number
x = National check digit
Guatemala 284c,20cGTkkbbbb mmttcccc cccc ccccccccb = National bank code
c = Account number
m = Currency code
t = Account type
Hungary 2824nHUkkbbbssssxcccc cccc cccc cccxb = National bank code
s = Branch code
c = Account number
x = National check digit
Iceland 2622nISkkbbssttcc cccciiii iiii iib = National bank code
s = Branch code
t = Account type
c = Account number
i = Account holder's kennitala (national identification number)
Iraq 234a,15nIQkkbbbbsssc cccc cccc cccb = National bank code
s = Branch code
c = Account number
Ireland 224a,6n,8nIEkk qqqq bbbb bbcc cccc ccq = BIC bank code
b = Bank/branch code (sort code)
c = Account number
Israel 2319nILkkbbbs sscc cccc cccccccb = National bank code
s = Branch code
c = Account number 13 digits (padded with zeros)
Italy 271a,10n,12cITkkxbbb bbsssssccccc cccccccx = Check character ( CIN  [ it ])
b = National bank code ( Associazione Bancaria Italiana or Codice ABI)
s = Branch code ( Coordinate bancarie  [ it ] or CABCodice d'Avviamento Bancario)
c = Account number
Jordan 304a,4n,18cJOkkbbbbsssscccccccc cccc cccc ccb = National bank code
s = Branch code
c = Account number
Kazakhstan 203n,13cKZkkbbbccccc cccc ccccb = National bank code
c = Account number
Kosovo 204n,10n,2nXKkkbbbbcccc cccc ccccb = National bank code
c = Account number
Kuwait 304a,22cKWkkbbbbcccc cccccccc cccc cccc ccb = National bank code
c = Account number.
Latvia 214a,13cLVkkbbbbcccc cccc cccc cb = BIC bank code
c = Account number
Lebanon 284n,20cLBkkbbbbcccc cccc cccccccc ccccb = National bank code
c = Account number
Libya 2521nLYkkbbbs sscc cccc cccc cccc cb = National bank code
s = Branch code
c = Account number
Liechtenstein 215n,12cLIkkbbbb bccccccc cccc cb = National bank code
c = Account number
Lithuania 2016nLTkkbbbb bccccccc ccccb = National bank code
c = Account number
Luxembourg 203n,13cLUkkbbbccccc cccc ccccb = National bank code
c = Account number
Malta 314a,5n,18cMTkkbbbbssss sccccccc cccc cccc cccb = BIC bank code
s = Branch code
c = Account number
Mauritania 2723nMRkkbbbb bssssscccccccccc cxxk = IBAN check digits (always "13")
b = National bank code
s = Branch code ( code guichet  [ fr ])
c = Account number
x = National check digits ( clé RIB  [ fr ])
Mauritius 304a,19n,3aMUkkbbbb bbsscccc cccc cccc 000m mmb = National bank code
s = Branch identifier
c = Account number
0 = Zeroes
m = Currency code
Monaco 2710n,11c,2nMCkkbbbb bssssscccccccccc cxxb = National bank code
s = Branch code ( code guichet  [ fr ])
c = Account number
x = National check digits ( clé RIB  [ fr ]).
Moldova 242c,18cMDkkbbcc cccc cccc ccccccccb = National bank code
c = Account number
Mongolia 204n,12nMNkkbbbbcccc cccc ccccb = National bank code
c = Account number
Montenegro 2218nMEkkbbbccccc cccc ccccxxk = IBAN check digits (always = "25")
b = Bank code
c = Account number
x = National check digits
Netherlands [Note 6] 184a,10nNLkkbbbbcccc ccccccb = BIC Bank code
c = Account number
North Macedonia 193n,10c,2nMKkkbbbccccccccc cxxk = IBAN check digits (always = "07")
b = National bank code
c = Account number
x = National check digits
Norway 1511nNOkkbbbbccccccxb = National bank code
c = Account number
x = Modulo-11 national check digit
Oman 233n,14cOMkkbbbc cccc cccc cccc cccb = National bank code
c = Account number
Pakistan 244a,16cPKkkbbbbcccc cccc ccccccccb = National bank code
c = Account number
Palestinian territories 294a,21cPSkkbbbbcccc cccc cccccccc cccc cb = National bank code
c = Account number
Poland 2824nPLkkbbbssssxcccc cccc ccccccccb = National bank code
s = Branch code
x = National check digit
c = Account number,
Portugal 2521nPTkkbbbbsssscccc cccc cccx xk = IBAN check digits (always = "50")
b = National bank code (numeric only)
s = Branch code (numeric only)
c = Account number (numeric only)
x = National check digits (numeric only)
Qatar 294a,21cQAkkbbbbcccc cccc cccccccc cccc cb = National bank code
c = Account number [42]
Romania 244a,16cROkkbbbbcccc cccc ccccccccb = BIC Bank code (first four alpha characters)
c = Branch code and account number (bank-specific format)
Russia
(effective April 2023)
[2]
3314n,15cRUkkbbbb bbbb bsss sscc cccc cccc cccc cb = Bank code
s = Branch code
c = Account number
Saint Lucia 324a,24cLCkkbbbbcccc cccc cccc cccc cccc ccccb = Bank code
c = Account number
San Marino 271a,10n,12cSMkkxbbbbbsssssccccc cccccccx = Check character ( CIN  [ it ])
b = National bank code ( Associazione bancaria italiana or Codice ABI)
s = Branch code ( Coordinate bancarie  [ it ] or CABCodice d'Avviamento Bancario)
c = Account number
São Tomé and Príncipe 2521nSTkkbbbbsssscccc cccc cccc cb = National bank code
s = Branch number
c = Account number
Saudi Arabia 242n,18cSAkkbbcc cccc cccc ccccccccb = National bank code
c = Account number preceded by zeros, if required
Serbia 2218nRSkkbbbccccc cccc ccccxxk = IBAN check digits (always = "35")

b = National bank code
c = Account number
x = Account check digits

Seychelles 314a,20n,3aSCkkbbbb bbsscccc cccc cccc cccc mmmb = Bank code
s = Branch code
c = Account number
m = Currency code
Slovakia 2420nSKkkbbbbppppppcccccc ccccb = National bank code
p = Account number prefix
c = Account number
Slovenia 1915nSIkkbbss sccccccc cxxk = IBAN check digits (always = "56")
b = National bank code
s = Branch code
c = Account number
x = National check digits
Somalia 234n,3n, 12nSOkkbbbbsssc cccc cccc cccb = National bank code
s = Branch code
c = Account number
Spain 2420nESkkbbbbssssxxcc cccc cccckk = Iban check digits code
b = National bank
s = Branch code
x = Check digits
c = Account number
Sudan 1814nSDkkbbcccccc cccc cck = IBAN check digits
b = National bank code
c = Account number
Sweden 2420nSEkkbbbccccc cccc cccccccxb = National bank code
c = Account number
x = Check digits
Switzerland 215n,12cCHkkbbbb bccccccc cccc cb = National bank code
c = Code identifying a bank account
Tunisia 2420nTNkkbbss sccccccc cccc ccxxk = IBAN check digits (always "59")
b = National bank code
s = Branch code
c = Account number
x = National check digits
Turkey 265n,1n,16cTRkkbbbb b0cc cccc cccc cccc ccb = National bank code
0 = Zero (reserved)
c = Account number
Ukraine 296n, 19cUAkkbbbb bbcc cccc cccc cccc cccc cb = Bank code
c = Account number preceded by zeros, if required
United Arab Emirates 233n,16nAEkkbbbccccc cccc cccc cccb = National bank code
c = Account number
United Kingdom [Note 7] 224a,14nGBkkbbbbssssssccccccccb = BIC bank code
s = Bank and branch code (sort code)
c = Account number
Vatican City 223n,15nVAkkbbbccccc cccc cccc ccb = National bank code
c = Account number
Virgin Islands, British 244a,16nVGkkbbbbcccc cccc ccccccccb = National bank code
c = Account number

In addition to the above, the IBAN is under development in countries below but has not yet been catalogued for general international use. [43] [44]

In this list

Aspirational country codes for International Bank Account Number
CountryCharsBBAN FormatExample
Algeria 2622nDZkk nnnn nnnn nnnn nnnn nnnn nn
Angola 2521nAOkk nnnn nnnn nnnn nnnn nnnn n
Benin 282c, 22nBJkk ccnn nnnn nnnn nnnn nnnn nnnn
Burkina Faso 282c, 22nBFkk ccnn nnnn nnnn nnnn nnnn nnnn
Burundi 275n, 5n, 11n, 2nBIkk nnnn nnnn nnnn nnnn nnnn nnn
Cabo Verde 2521nCVkk nnnn nnnn nnnn nnnn nnnn n
Cameroon 2723nCMkk nnnn nnnn nnnn nnnn nnnn nnn
Central African Republic 2723nCFkk nnnn nnnn nnnn nnnn nnnn nnn
Chad 2723nTDkk nnnn nnnn nnnn nnnn nnnn nnn
Comoros 2723nKMkk nnnn nnnn nnnn nnnn nnnn nnn
Congo, Republic of the 2723nCGkk nnnn nnnn nnnn nnnn nnnn nnn
Côte d'Ivoire 281a, 23nCIkk annn nnnn nnnn nnnn nnnn nnnn
Djibouti 2723nDJkk nnnn nnnn nnnn nnnn nnnn nnn
Equatorial Guinea 2723nGQkk nnnn nnnn nnnn nnnn nnnn nnn
Gabon 2723nGAkk nnnn nnnn nnnn nnnn nnnn nnn
Guinea-Bissau 252c, 19nGWkk ccnn nnnn nnnn nnnn nnnn n
Honduras 284a, 20nHNkk aaaa nnnn nnnn nnnn nnnn nnnn
Iran 2622nIRkk nnnn nnnn nnnn nnnn nnnn nn
Madagascar 2723nMGkk nnnn nnnn nnnn nnnn nnnn nnn
Mali 282c, 22nMLkk annn nnnn nnnn nnnn nnnn nnnn
Morocco 2824nMAkk nnnn nnnn nnnn nnnn nnnn nnnn
Mozambique 2521nMZkk nnnn nnnn nnnn nnnn nnnn n
Nicaragua 324a, 24nNIkk aaaa nnnn nnnn nnnn nnnn nnnn nnnn
Niger 282a, 22nNEkk aann nnnn nnnn nnnn nnnn nnnn
Senegal 282a, 22nSNkk aann nnnn nnnn nnnn nnnn nnnn
Togo 282a, 22nTGkk aann nnnn nnnn nnnn nnnn nnnn

See also

Notes

  1. In equations, the remainder of A divided by B is denoted A mod B orA (mod B), e.g., 2 = 14 mod 12 . See Remainders.
  2. The IBAN value, ZZ59ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ, is converted to the largest possible integer, approximately 3.5 × 1065 per ISO 7064 MOD-97-10 (before taking the modulus). 2219 - 1 is approximately equal to 8.4 × 1065, thus 219-bit unsigned integers can accommodate all valid IBAN values.
  3. 231 is approximately equal to 2.1 × 109, making it possible for any 9-digit integer to be handled using 32 bit integer arithmetic
  4. 1 2 Registered at SWIFT as part of Denmark, but with its own country code.
  5. French Guiana, French Polynesia, French Southern Territories, Guadeloupe, Martinique, Mayotte, New Caledonia, Réunion, Saint Barthélemy, Saint Martin (French part), Saint Pierre and Miquelon, and Wallis and Futuna Islands have their own ISO country code but use "FR" as their IBAN country code.
  6. Not applicable to Aruba, Curaçao, Sint Maarten, and the Caribbean Netherlands.
  7. The United Kingdom of Great Britain and Northern Ireland, the Isle of Man and the Bailiwicks of Guernsey and Jersey use this format. British Overseas Territories have their own formats — only Gibraltar and the British Virgin Islands use IBANs.

Related Research Articles

<span class="mw-page-title-main">ISBN</span> Unique numeric book identifier since 1970

The International Standard Book Number (ISBN) is a numeric commercial book identifier that is intended to be unique. Publishers purchase or receive ISBNs from an affiliate of the International ISBN Agency.

<span class="mw-page-title-main">SWIFT</span> Financial telecommunication network

The Society for Worldwide Interbank Financial Telecommunication (Swift), legally S.W.I.F.T. SC, is a Belgian banking cooperative providing services related to the execution of financial transactions and payments between limited banks worldwide. Its principal function is to serve as the main messaging network through which limited international payments are initiated. It also sells software and services to financial institutions, mostly for use on its proprietary "SWIFTNet", and assigns ISO 9362 Business Identifier Codes (BICs), popularly known as "Swift codes".

ISO 9362 is an international standard for Business Identifier Codes (BIC), a unique identifier for business institutions, approved by the International Organization for Standardization (ISO). BIC is also known as SWIFT-BIC, SWIFT ID, or SWIFT code, after the Society for Worldwide Interbank Financial Telecommunication (SWIFT), which is designated by ISO as the BIC registration authority. BIC was defined originally as Bank Identifier Code and is most often assigned to financial organizations; when it is assigned to non-financial organization, the code may also be known as Business Entity Identifier (BEI). These codes are used when transferring money between banks, particularly for international wire transfers, and also for the exchange of other messages between banks. The codes can sometimes be found on account statements.

An International Securities Identification Number (ISIN) is a code that uniquely identifies a security globally for the purposes of facilitating clearing, reporting and settlement of trades. Its structure is defined in ISO 6166. The ISIN code is a 12-character alphanumeric code that serves for uniform identification of a security through normalization of the assigned National Number, where one exists, at trading and settlement.

Magnetic ink character recognition code, known in short as MICR code, is a character recognition technology used mainly by the banking industry to streamline the processing and clearance of cheques and other documents. MICR encoding, called the MICR line, is at the bottom of cheques and other vouchers and typically includes the document-type indicator, bank code, bank account number, cheque number, cheque amount, and a control indicator. The format for the bank code and bank account number is country-specific.

The Luhn algorithm or Luhn formula, also known as the "modulus 10" or "mod 10" algorithm, named after its creator, IBM scientist Hans Peter Luhn, is a simple check digit formula used to validate a variety of identification numbers.

In the United States, an ABA routing transit number is a nine-digit code printed on the bottom of checks to identify the financial institution on which it was drawn. The American Bankers Association (ABA) developed the system in 1910 to facilitate the sorting, bundling, and delivering of paper checks to the drawer's bank for debit to the drawer's account.

<span class="mw-page-title-main">Wire transfer</span> Electronic funds transfer

Wire transfer, bank transfer, or credit transfer, is a method of electronic funds transfer from one person or entity to another. A wire transfer can be made from one bank account to another bank account, or through a transfer of cash at a cash office.

A Bank State Branch is the name used in Australia for a bank code, which is a branch identifier. The BSB is normally used in association with the account number system used by each financial institution. The structure of the BSB + account number does not permit for account numbers to be transferable between financial institutions. While similar in structure, the New Zealand and Australian systems are only used in domestic transactions and are incompatible with each other. For international transfers, a SWIFT code is used in addition to the BSB and account number.

A bank code is a code assigned by a central bank, a bank supervisory body or a Bankers Association in a country to all its licensed member banks or financial institutions. The rules vary to a great extent between the countries. Also the name of bank codes varies. In some countries the bank codes can be viewed over the internet, but mostly in the local language.

Sort codes are the domestic bank codes used to route money transfers between financial institutions in the United Kingdom, and in the Republic of Ireland. They are six-digit hierarchical numerical addresses that specify clearing banks, clearing systems, regions, large financial institutions, groups of financial institutions and ultimately resolve to individual branches. In the UK they continue to be used to route transactions domestically within clearance organizations and to identify accounts, while in the Republic of Ireland they have been deprecated and replaced by the Single European Payment Area (SEPA) systems and infrastructure.

In Germany and Austria, the Bankleitzahl (BLZ) is a code that uniquely identifies a bank. The bank code always consists of eight digits in Germany and five digits in Austria. In Switzerland and Liechtenstein, the bank clearing number has the same meaning. The bank sort code must be specified for many business transactions in payment transactions.

<span class="mw-page-title-main">Single Euro Payments Area</span> System for money transfers within the European Union area

The Single Euro Payments Area (SEPA) is a payment integration initiative of the European Union for simplification of bank transfers denominated in Euros. As of 2020, there were 36 members in SEPA, consisting of the 27 member states of the European Union, the four member states of the European Free Trade Association, and the United Kingdom. Some microstates participate in the technical schemes: Andorra, Monaco, San Marino, and Vatican City.

UN/CEFACT TBG5 is the entity responsible for financial services under the United Nations Centre for Trade facilitation and Electronic Business, (UN/CEFACT) under the United Nations Economic Commission for Europe (UNECE).

A payment card number, primary account number (PAN), or simply a card number, is the card identifier found on payment cards, such as credit cards and debit cards, as well as stored-value cards, gift cards and other similar cards. In some situations the card number is referred to as a bank card number. The card number is primarily a card identifier and may not directly identify the bank account number/s to which the card is/are linked by the issuing entity. The card number prefix identifies the issuer of the card, and the digits that follow are used by the issuing entity to identify the cardholder as a customer and which is then associated by the issuing entity with the customer's designated bank accounts. In the case of stored-value type cards, the association with a particular customer is only made if the prepaid card is reloadable. Card numbers are allocated in accordance with ISO/IEC 7812. The card number is typically embossed on the front of a payment card, and is encoded on the magnetic stripe and chip, but may also be imprinted on the back of the card.

The Creditor Reference is an international business standard based on ISO 11649, implemented at the end of 2008.

New Zealand bank account numbers in NZD follow a standardised format of 16 digits:

ISO/IEC 7064 is a standard promulgated by the International Standards Organization (ISO) and International Electrotechnical Commission (IEC) that defines algorithms for calculating check digit characters. The checks should be applicable to alphanumeric strings and should be able to detect all single substitution errors, all or nearly all single local transposition errors, all or nearly all circular shift errors, a high proportion of double substitution errors, a high proportion of all other errors.

<span class="mw-page-title-main">Short Payment Descriptor</span>

Short Payment Descriptor is a compact data format for an easy exchange of payment information using modern electronic channels, such as smart phones or NFC devices. Practically, the format is being deployed in the Czech Republic and the Slovak Republic, but the format can be technically used with any bank using IBAN account numbers. That includes currently the majority of European countries, some in the Middle East and a few others.

<span class="mw-page-title-main">Cross-Border Interbank Payment System</span> Financial markets payment system

The Cross-border Interbank Payment System (CIPS) is a Chinese payment system that offers clearing and settlement services for its participants in cross-border renminbi (RMB) payments and trade. CIPS is backed by the People's Bank of China and was launched in 2015 as part of a policy effort to internationalize the use of China’s currency.

References

  1. "What is IBAN, BBAN, SWIFT, BIC, ACH, SEPA, SCT and SDD?". www.iban.com. Retrieved 2023-02-01.
  2. 1 2 3 4 5 6 7 "IBAN REGISTRY – This registry provides detailed information about all ISO 13616-compliant national IBAN formats. – Release 96 – February 2024". SWIFT. February 2024. Retrieved 23 March 2024.
  3. Handbook for the Standardisation and Application of Basic Bank Account Number (BBAN) and International Bank Account Number (IBAN) in Cyprus (PDF). Central Bank of Cyprus. September 2003. Introduction. Retrieved 7 August 2012.
  4. 1 2 "Banking and related financial services -- International Bank Account Number (IBAN)". International Organization for Standardization. 24 July 2003. Retrieved 11 August 2012.
  5. 1 2 IBAN Standard Implementation Guidelines – SIG203 V4 (PDF). European Committee for Banking Standards. December 2000. 9.3 Ordering customer. Retrieved 8 August 2012. IBANs make validation possible for telebanking, FEDI
  6. "ISO 13616-1:2007 Financial services — International bank account number (IBAN) — Part 1: Structure of the IBAN". International Organization for Standardization. Retrieved 31 January 2010.
  7. "ISO 13616-2:2007 Financial services – International bank account number (IBAN) -- Part 2: Role and responsibilities of the Registration Authority". International Organization for Standardization. Retrieved 31 January 2010.
  8. "ISO13616 IBAN Registry". Swift. Retrieved 18 January 2010.
  9. 1 2 3 4 "IBAN: International Bank Account Number" (PDF). EBS204 V3.2. European Committee for Banking Standards. August 2003. Retrieved 3 August 2021.
  10. 1 2 3 "ISO/IEC 7064:2003 – Information technology – Security techniques – Check character systems". International Organization for Standardization. Retrieved 31 January 2010.
  11. Handbook for the Standardisation and Application of Basic Bank Account Number (BBAN) and International Bank Account Number (IBAN) in Cyprus (PDF). Central Bank of Cyprus. September 2003. Section 4 – Advantages. Retrieved 7 August 2012. Reduction of human errors
  12. "International Bank Account Number (IBAN) – IBAN online check". UN/CEFACT United Nations Centre for Trade Facilitation and Electronic Business. 23 April 2012. Retrieved 2 April 2019.
  13. "International Bank Account Number (IBAN) – Basic information". UN/CEFACT United Nations Centre for Trade Facilitation and Electronic Business. 23 April 2012. Retrieved 2 April 2019.
  14. "Iban Checker". European Banking Resources. ecbs.org. 22 September 2008. Retrieved 30 September 2012.
  15. "Standard 48 – Format of the IBAN issued in the UK (International Bank Account Number)" (PDF). UK Payments Administration. June 2016. Archived from the original (PDF) on 25 April 2012. Retrieved 20 August 2012.
  16. "On the Structure and the Use of the International Bank Account Number (IBAN)" (PDF). p. 13.
  17. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 "Register of European Account Numbers (TR201 V3.9)" (PDF). February 2005.
  18. "The Instruction on the structure and use of International Number of the Bank Account (IBAN) - Published in the Official Gazette of Republika Srpska".
  19. "Estonia sample php code for parsing IBANs" (PDF). p. 5.
  20. "Check Digit Calculator of Domestic Account Number and reference number of invoice (Javascript source code)".
  21. Clé RIB  [ fr ]
  22. "Suma lub cyfra kontrolna".
  23. "International Wire Transfer: The Info You Need to Know". American Express. Retrieved 9 March 2020.
  24. 1 2 3 "REGULATION (EC) No 924/2009 OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL of 16 September 2009 on cross-border payments in the Community and repealing Regulation (EC) No 2560/2001". EUR-Lex . Retrieved 2 September 2016.
  25. "Bermuda Monetary Authority: Home Page". 2013. Archived from the original on 10 October 2012. Retrieved 2 April 2013.
  26. "World Payments Guide". PacNet Services Ltd. 2011. Retrieved 2 April 2013.
  27. "Frist für Umstieg auf SEPA-Produkte: Dt Widerstand programmiert" [Deadline for migration to SEPA products: Dt programmed resistance] (in German). Dow Jones Deutschland. 14 December 2010. Archived from the original on 17 December 2010. Retrieved 18 December 2010.
  28. "Proposal for a Regulation of the European Parliament and of the Council establishing technical requirements for credit transfers and direct debits in euros and amending Regulation (EC) No 924/2009". the European Parliament and of the Council of the European Union. 16 December 2010. Retrieved 17 January 2011.
  29. "IBAN-Nummer: Noch kein Obligatorium" [IBAN Number: Not mandatory] (in German). 29 November 2009. Retrieved 18 December 2010.
  30. "Commissioner Michel Barnier welcomes agreement by Council and Parliament establishing SEPA migration end-dates" (Press release). European Commission. 20 December 2010. MEMO/11/935.
  31. 1 2 3 "European Parliament legislative resolution of 14 February 2012 on the proposal for a regulation of the European Parliament and of the Council establishing technical requirements for credit transfers and direct debits in euros and amending Regulation (EC) No 924/2009". European Parliament. 14 February 2012. P7_TA-PROV(2012)0037.
  32. "Rundschreiben Nr. 73/2012 Abkommen über IBAN-Regeln" [Circular no 70/2012 Agreement regarding IBAN rules](PDF) (in German). Deutsche Bundesbank. 18 December 2012. Archived from the original (PDF) on 14 May 2013. Retrieved 11 June 2013.
  33. "IBAN-Regeln – Bankleitzahlendatei" [IBAN Rules – Bank [sort] codes] (in German). Deutsche Bundesbank. 3 June 2013. Archived from the original on 7 June 2013. Retrieved 11 June 2013.
  34. "Zasidannya Komitetu z pytanʹ bankivsʹkoyi infrastruktury ta platizhnykh system" Засідання Комітету з питань банківської інфраструктури та платіжних систем [News: Committee Meeting banking infrastructure and payment systems] (in Ukrainian). 28 March 2013. Archived from the original on 29 July 2013. Retrieved 2 April 2013.
  35. "Usi ukrayinsʹki banky pereyshly na vykorystannya IBAN - Natsbank" Усі українські банки перейшли на використання IBAN - Нацбанк [All Ukrainian banks have switched to IBAN - National Bank] (in Ukrainian). 1 November 2019. Retrieved 1 November 2019.
  36. "Bank Account Validation". SAP work portal. SAP. Retrieved 23 May 2013.
  37. "Avoiding the Pitfalls of IBAN Payments". Reed Business Information Limited. 2013. pp. 1–4. Retrieved 23 May 2013.
  38. "Understanding SWIFT and IBAN: Essential Details When Making A Money Transfer". Currency Solutions. 2013. Retrieved 22 May 2013.
  39. "X9 Board, Subcommittees and Working Groups: X9B20 – (IBAN) International Bank Account Number". Accredited Standards Committee X9. Retrieved 26 April 2019.
  40. "IBAN SWIFT Codes". Switzerland Buying Guide. 2013. Archived from the original on 7 July 2014. Retrieved 4 July 2013.
  41. IBAN Implementation Guidelines for Brazil - Circular 3.625 (PDF). Banco Central do Brasil. 14 February 2013. Retrieved 1 August 2013.
  42. "Qatar". IBAN Registry (PDF). SWIFT. November 2013. p. 63. Archived from the original (PDF) on 1 November 2013. Retrieved 21 November 2013.
  43. "IBAN countries". Nordea. 2020. Retrieved 13 August 2020.
  44. "Experimental IBAN Countries". IBAN.com. 28 July 2020. Retrieved 13 August 2020.