DE ♦ EN

IBAN-BIC.com (Theano GmbH)  » Web Service

Forgot password?

Contact
us

New customer? Register

Integration into your business processes

With this SOAP interface (or an equivalent http/https interface) you can seamlessly integrate the IBAN calculator into your business processes.
You can find the interface, as well as its documentation, under this URL:
https://ssl.ibanrechner.de/soap/
The WSDL document is here:
https://ssl.ibanrechner.de/soap/?wsdl

Documentation

For every version of the interface (production/test/development), you can read the corresponding version of the documentation by visiting the SOAP URL with your browser, for example: https://ssl.ibanrechner.de/soap/.

Below you will find the documentation for the current production version:

An example

<?php
$client = new SoapClient('https://ssl.ibanrechner.de/soap/?wsdl');
$result = $client->calculate_iban('DE', '50010517', '648479930', 'user name', 'password');
print_r($result);
?> 

Here you can find a more complete example which also involves a form.

Here is a Perl Client as a starting point.

Of course, you are not limited to PHP or Perl for your client - you should also be able to use C, C++, Java, Ada, Microsoft .NET, Classic ASP (with the SOAP Toolkit), Python, Delphi, 4th Dimension, and many other programming languages.

All you need to get started is to log in/register here.

Sample Clients/Instructions