https://github.com/multisafepay/python-sdk
The default Python library for connecting to the MultiSafepay REST API
https://github.com/multisafepay/python-sdk
Last synced: 5 months ago
JSON representation
The default Python library for connecting to the MultiSafepay REST API
- Host: GitHub
- URL: https://github.com/multisafepay/python-sdk
- Owner: MultiSafepay
- License: osl-3.0
- Created: 2025-04-10T13:23:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-23T14:36:08.000Z (5 months ago)
- Last Synced: 2026-02-23T22:43:18.026Z (5 months ago)
- Language: Python
- Size: 393 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MultiSafepay Python SDK
[](https://github.com/MultiSafepay/python-sdk/actions/workflows/code-quality.yaml)
[](https://app.codecov.io/gh/MultiSafepay/python-sdk)
[](https://github.com/MultiSafepay/python-sdk/blob/master/LICENSE)
[](https://pypi.org/project/multisafepay/)
[](https://pypi.org/project/multisafepay/)
Easily integrate MultiSafepay's payment solutions into your Python applications with this official API client.
This SDK provides convenient access to the MultiSafepay REST API, supports all core payment features, and is designed for seamless integration into any Python-based backend.
## About MultiSafepay
MultiSafepay is a Dutch payment services provider, which takes care of contracts, processing transactions, and
collecting payment for a range of local and international payment methods. Start selling online today and manage all
your transactions in one place!
## Installation
Here's how to use pip to put the MultiSafepay library into your Python.
```bash
pip install multisafepay
```
## Getting started
### Initialize the client
```python
from multisafepay.sdk import Sdk
multisafepay_sdk: Sdk = Sdk(api_key='', is_production=True)
```
## Examples
Go to the folder `examples` to see how to use the SDK.
## Code quality checks
### Linting
```bash
make lint
```
## Testing
```bash
make test
```
## Support
Create an issue on this repository or email
integration@multisafepay.com
## Contributors
If you create a pull request to suggest an improvement, we'll send you some MultiSafepay swag as a thank you!
## License
[Open Software License (OSL 3.0)](https://github.com/MultiSafepay/php-sdk/blob/master/LICENSE.md)
## Want to be part of the team?
Are you a developer interested in working at MultiSafepay? Check out
our [job openings](https://www.multisafepay.com/careers/#jobopenings) and feel free to get in touch!