Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO 20022 Financial Message Parser & Validator — Python Client

PyPI version License: MIT RapidAPI Listing

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


🚀 Installation

pip install iso20022-parser-client

⚡ Quickstart

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

Iso20022ParserClient(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.