An official Python SDK is available now. Other languages are on the roadmap — the REST API is stable and simple to call directly in the meantime.
cyrus-payments on PyPI covers the developer (API-key) surface — customers, transactions, and payment events.
pip install cyrus-payments
from cyrus import CyrusClient client = CyrusClient(api_key="cyrus_live_xxx") customer = client.customers.create(reference="cust_123", first_name="Ada")
| Language | Status |
|---|---|
| Python | Available |
| Java / Spring | Planned |
| Node / TypeScript | Planned |
| PHP · Go | Exploring |