Codenerix Payments is a module that enables CODENERIX to manage payments and let clients to pay online.
This module support the next providers:
You can have a look to our demos online:
You can find some working examples in GITHUB at django-codenerix-examples project.
Install this package:
sudo pip3 install django-codenerix-payments
Add "codenerix_payments" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ... 'codenerix_payments', ]
Since Codenerix Payments is a library, you only need to import its parts into your project and use them.
Coming soon... do you help us?
You can get in touch with us here.