Skip to content

codenerix/django-codenerix-payments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-codenerix-payments

Codenerix Payments is a module that enables CODENERIX to manage payments and let clients to pay online.

Try our demo with Codenerix Cloud

Features

This module support the next providers:

Demo

You can have a look to our demos online:

You can find some working examples in GITHUB at django-codenerix-examples project.

Quickstart

  1. Install this package:

    sudo pip3 install django-codenerix-payments
    
  2. Add "codenerix_payments" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'codenerix_payments',
    ]
    
  3. Since Codenerix Payments is a library, you only need to import its parts into your project and use them.

Documentation

Coming soon... do you help us?

You can get in touch with us here.