Usage

Installation

Install from PyPI:

$ pip install django-authorizenet

Quickstart

Add authorizenet to INSTALLED_APPS in your settings file:

INSTALLED_APPS = (
    ...
    'authorizenet',
)

The following settings are required:

AUTHNET_DEBUG = True

AUTHNET_LOGIN_ID = "yOuRl0g1nID"

AUTHNET_TRANSACTION_KEY = "Tr4n5aCti0nK3y"