MangopaySDK is a Python client library to work with Mangopay REST API.
mangopaysdk requires:
To install the package:
pip install mangopaysdk
By installing this package with pip, all dependencies will be installed for you.
For documentation and examples of usage for the Mangopay API please refer to: API references
See docs to find examples.
MangopaySDK is distributed under MIT license, see LICENSE file.
Report bugs or suggest features using issue tracker at GitHub.
You can get yourself a free sandbox account or sign up for a production account by registering on the Mangopay site (note that validation of your production account involves several steps, so think about doing it in advance of when you actually want to go live).
The data model of python-mangopay is highly inspired by peewee.
The inital basis of this SDK was generously coded and donated by Ulule