I'm searching PHP code to generate IBAN and BIC...
Posted: Thu May 08, 2014 9:14 am
Hello,
I'm searching (free) PHP code to generate international IBAN and BIC from country code, account number and bank code.
I can find classes to generate German IBAN, but not international.
I can find hundreds of websites claiming that they can do (all with restrictions or no free API).
I can find expensive web-services with REST-API claiming to do so (untested).
I can find dozens of validation functions (nice, but not my need).
Is there a PHP class or module that allows this with no or little cost?
Problem: We sold a product to about 25 customers. The product has bank accounts and bank codes and country. I need to convert the numbers only once in a single shot during the next update, but all licence models force me to buy a licence for every customer (25 licences). This gets quite expensive!
Any idea (except studying the rules and write my own converter, which I do not have the time for)?
The dream: A PHP class module that takes country, bank account and bank code and simply returns IBAN and BIC.
Best,
Kukulkan
I'm searching (free) PHP code to generate international IBAN and BIC from country code, account number and bank code.
I can find classes to generate German IBAN, but not international.
I can find hundreds of websites claiming that they can do (all with restrictions or no free API).
I can find expensive web-services with REST-API claiming to do so (untested).
I can find dozens of validation functions (nice, but not my need).
Is there a PHP class or module that allows this with no or little cost?
Problem: We sold a product to about 25 customers. The product has bank accounts and bank codes and country. I need to convert the numbers only once in a single shot during the next update, but all licence models force me to buy a licence for every customer (25 licences). This gets quite expensive!
Any idea (except studying the rules and write my own converter, which I do not have the time for)?
The dream: A PHP class module that takes country, bank account and bank code and simply returns IBAN and BIC.
Best,
Kukulkan