Here is a "general" question which may be partially answered there and there...
I try to get information about how to validate bank-accounts information that are classed by countries.
Working on php / javascript (jquery), user should enter his bank account information. If user is from the EU, then it's somehow easy to check the bank details information validity with the IBAN &/ BIC information he enters.
Example and solution found here on stack :
But, how to get this for other countries... I looked over google and stack and couldn't find any "global" information about how to validate "any" bank account on country.
So objective here is to build some kind of form where user can :
- choose country (ANY, in europe or not...)
- enter bank-account 'number' field
- enter bank-account 'facultative info' field
- check validity (only "chars/numbers" sequence validity of course)
If anyone has information about how to validate other bank details from other countries than europe please share :)
Thanks for reading/help