Official zero-dependency Python client for ISO 20022 Financial Message Parser & Validator.
High-speed SWIFT ISO 20022 XML-to-JSON parser and compliance engine with sub-5ms edge latency.
🔑 Get your Dedicated API Key: Subscribe to ISO 20022 Financial Message Parser & Validator on RapidAPI
pip install iso20022-parser-clientfrom iso20022_parser_client import Iso20022ParserClient
# Zero config for sandbox testing, or pass your RapidAPI key for production
client = Iso20022ParserClient(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.