django-pain

Django application for managing bank payments and invoices


License
GPL-3.0
Install
pip install django-pain==0.3.0

Documentation

Django Payments and Invoices

https://travis-ci.org/stinovlas/django-pain.svg?branch=master

Django application for processing bank payments and invoices.

Settings

PAIN_PROCESSORS

Required setting containing list of dotted paths to payment processors. The payments are offered to different payment processors in that order.

If you do not wish to use process_payments command, you may set it to [].

Changes

See changelog.