Authorizenet API Authentication

To authenticate with the Authorizenet API, use these utility functions to provide data to API calls.

terminusgps.authorizenet.auth.get_environment() str[source]

Returns the current environment for Authorizenet API requests.

Returns:

An Authorizenet API environment string.

Return type:

str

terminusgps.authorizenet.auth.get_merchant_auth() merchantAuthenticationType[source]

Returns the current merchant authentication information for Authorizenet API requests.

Returns:

A merchant authentication object.

Return type:

merchantAuthenticationType

terminusgps.authorizenet.auth.get_validation_mode() str[source]

Returns the current validation mode for Authorizenet API requests.

Returns:

An Authorizenet API validation string.

Return type:

str