What Is an IBAN Number?
An IBAN (International Bank Account Number) is a standard identifier for bank accounts used in cross-border payments. For UK businesses, IBAN is central when receiving or sending international transfers and reconciling them in accounting workflows.
What is an IBAN?
IBAN is defined by ISO 13616 and helps payment systems route funds to the correct account internationally. It reduces failed payments caused by formatting and account-entry errors.
UK IBAN format
A UK IBAN is always 22 characters:
GBkk BBBB SSSS SSCC CCCC CC
| Segment | Length | Meaning |
|---|---|---|
GB | 2 | Country code |
kk | 2 | Check digits |
BBBB | 4 | Bank code (letters) |
SSSSSS | 6 | Sort code |
CCCCCCCC | 8 | Account number |
Example format:
GB29 NWBK 6016 1331 9268 19
IBAN vs account number vs BIC
- Account number + sort code: Used mainly for domestic UK payments.
- IBAN: Used for cross-border bank transfers.
- BIC/SWIFT: Identifies the receiving bank in international payment messaging.
Many corridors require both IBAN and BIC for straight-through processing.
How IBAN validation works
IBAN validation uses the mod 97 algorithm.
High-level steps:
- Move country code and check digits to the end.
- Convert letters to numbers (
A=10…Z=35). - Run modulo 97 on the resulting integer stream.
- A valid IBAN returns remainder
1.
Accounting and operations impact
For finance teams, IBAN quality affects both cost and speed:
- Fewer returned payments and investigation fees
- Faster settlement for cross-border invoices
- Better automatic matching in bank reconciliation
- Lower manual rework in accounts payable/receivable
Practical controls for UK businesses
- Validate IBAN format at the point of entry
- Keep beneficiary bank master data centrally managed
- Require approval for new or changed IBANs
- Verify changes through an independent channel to reduce fraud risk
- Reconcile failed payment reports daily
Common errors
- Missing or incorrect country code
- Wrong check digits
- Invalid sort code/account mapping
- IBAN copied with extra characters or spaces
Key takeaways
- IBAN is the global standard for identifying bank accounts in cross-border transfers.
- UK IBANs are 22 characters and begin with
GB. - Validation and master-data controls reduce payment failures and fraud exposure.
- IBAN should be integrated into AP/AR and bank reconciliation routines.