Unofficial Python SDK for the Payaza Africa API.
pip install payazaclient = Payaza(api_key="your-test-key", sandbox=True)git clone https://github.com/0xAfterSnow/payaza-python
cd payaza-python
pip install -e ".[dev]"
pytest --cov=payazaPRs are welcome! Please open an issue first to discuss what you'd like to change.
This is an unofficial SDK and is not affiliated with or endorsed by Payaza Africa Limited. Endpoint paths and request/response shapes are based on the public documentation at docs.payaza.africa — always cross-check against the latest official docs and update accordingly.
MIT © Shagbaor Agber