Official zero-dependency Python client for Global IBAN, BIC/SWIFT & Bank Routing Validator API.
High-speed ISO 13616 MOD-97 IBAN checksum verification, ISO 9362 BIC/SWIFT validation, and national bank routing extraction across 87 countries.
🔑 Get your Dedicated API Key: Subscribe to Global IBAN, BIC/SWIFT & Bank Routing Validator API on RapidAPI
pip install iban-validator-clientfrom iban_validator_client import IbanValidatorClient
# Zero config for sandbox testing, or pass your RapidAPI key for production
client = IbanValidatorClient(api_key="YOUR_RAPIDAPI_KEY")
result = client.validate({
# Enter validation payload
})
print(result)api_key(optional): RapidAPI Key (x-rapidapi-key).base_url(optional): Direct edge worker override URL.
Dispatches standard validation / parse request with sub-5ms latency.
Checks edge isolate health and responsiveness.
MIT © RapidAPI Microservices Portfolio
Developed and maintained by Noor Mkdad — Architect of high-performance B2B data feeds and edge compute infrastructure.