IMPORTANT: This SDK is under heavy development and subject to breaking changes.
The Python SDK for the SumUp API.
Install the latest version of the SumUp SDK:
pip install sumup
# or
uv add sumup
from sumup import Sumup
client = Sumup(api_key="sup_sk_MvxmLOl0...")
merchant = client.merchant.get()
print(merchant)
sumup-py
maintains compatibility with Python versions that are no pass their End of life support, see Status of Python versions.