IBAN & BIC/SWIFT Validator API — Python Client
Official zero-dependency Python client for IBAN & BIC/SWIFT Validator API.
🔑 Get your Dedicated API Key: Subscribe to IBAN & BIC/SWIFT 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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iban_validator_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: iban_validator_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
338ec2136a4e437bb9a3e5dabd48f6877e8417e320b650356695bb6e9a1073f9
|
|
| MD5 |
4199187c2c3ee5e81f2b8ea9faf2befb
|
|
| BLAKE2b-256 |
276dd7a600581ada632ea464b5e9ebdb4e582b74162b8196dee3f4acd271ad65
|