Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8.0
-
Component/s: Zend_Validate
-
Labels:None
Description
Adding validation of International Bank Account Number (IBAN) would be a nice feature, since it is being used at least in the whole of Europe.
http://en.wikipedia.org/wiki/IBAN
PEAR holds a Validate_Finance module which implements it.
http://pear.php.net/package/Validate_Finance
http://cvs.php.net/viewvc.cgi/pear/Validate/Validate/Finance/IBAN.php?view=markup
The question is whether this falls under 80 in the 80/20 rule.