Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global IBAN, BIC/SWIFT & Bank Routing Validator API — Python Client

PyPI version License: MIT RapidAPI Listing

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


🚀 Installation

pip install iban-validator-client

⚡ Quickstart

from 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 Reference

IbanValidatorClient(api_key=..., base_url=...)

  • api_key (optional): RapidAPI Key (x-rapidapi-key).
  • base_url (optional): Direct edge worker override URL.

client.validate(payload)

Dispatches standard validation / parse request with sub-5ms latency.

client.get_health()

Checks edge isolate health and responsiveness.


🔗 Links

📄 License

MIT © RapidAPI Microservices Portfolio


👨‍💻 Author & Engineering

Developed and maintained by Noor Mkdad — Architect of high-performance B2B data feeds and edge compute infrastructure.