Django-Mangopay is a Django wrapper for the
PSP Mangopay's V2 API. It provides Django-specfic functionality around Mangopay's Python
SDK. It creates a Mangopay
Client via settings in your settings.py
. It provides Django Models that allow
you to persist the data that you need to send and recieve from Mangopay. These
models have functions that correspond to the Mangopay's API calls. Celery tasks
are also provided if you want to call these functions asynchronously.
Read extended documentation provided at Read the Docs.