API requests
What does an API request look like?
The IBAN-Test API can be called via HTTP requests. Use your API token as described in the API documentation.
Check an IBAN:
https://www.iban-test.eu/api/check/{iban}?authcode={authcode}
Generate an IBAN:
https://www.iban-test.eu/api/generate?authcode={authcode}&bankcode={bankcode}&accountnumber={accountnumber}&countrycode={countrycode}
Get token information:
https://www.iban-test.eu/api/info/{authcode}
For the current endpoints, response fields and examples, please use the API documentation.
