Authorizenet

The terminusgps.authorizenet package provides a Pythonic interface for interacting with the Authorizenet API.

Most Authorizenet API endpoints are represented as plain Python functions.

Attention

terminusgps.authorizenet requires the following settings to be present in your Django project’s settings.py module.

Using the package without setting these settings will raise ImproperlyConfigured.

setting

type

MERCHANT_AUTH_ENVIRONMENT

str

MERCHANT_AUTH_LOGIN_ID

str

MERCHANT_AUTH_TRANSACTION_KEY

str

MERCHANT_AUTH_VALIDATION_MODE

str