SDKs
Developer documentation

SDKs

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.

Python

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")
View on PyPI for the full README — installation, pagination, error handling, and the enum reference.
LanguageStatus
PythonAvailable
Java / SpringPlanned
Node / TypeScriptPlanned
PHP · GoExploring
Want a specific SDK next? Reach us at hello@trycyrus.app and we will prioritize.