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:
- 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