public interface AuthorizeNetConfiguration
extends org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmUrl()
This is the URL to which Authorize.net returns upon a
successful transaction.
|
String |
getErrorUrl()
This is the URL to which Authorize.net returns upon a
failed transaction.
|
String |
getLoginId()
This is the merchant API Login ID, provided by the
Merchant Interface.
|
String |
getMd5Key()
This is the MD5 Hash, generated through the
Merchant Interface.
|
String |
getResponseUrl()
This is the URL to which Authorize.net returns.
|
String |
getServerUrl()
This is the URL to which Authorize.net returns upon a
failed transaction.
|
String |
getTransactionKey()
This is the transaction fingerprint, provided by the
Merchant Interface.
|
String |
getTransactionVersion()
The merchant’s transaction version.
|
String |
getXMLBaseUrl()
Slightly different than
getServerUrl() in that this is used to communicate with the XML APIs. |
String |
getXTestRequest()
This value should only be true when testing in a live environment, e.g.
|
getFailureReportingThreshold, getGatewayType, handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment, handlesVoid, isPerformAuthorizeAndCapture, setFailureReportingThreshold, setPerformAuthorizeAndCaptureString getLoginId()
String getTransactionKey()
String getMd5Key()
String getTransactionVersion()
String getResponseUrl()
String getConfirmUrl()
String getErrorUrl()
String getServerUrl()
String getXMLBaseUrl()
getServerUrl() in that this is used to communicate with the XML APIs. This does not
have the /gateway/transact.dll on the end of it and serves as a convenience method for whatever is in getServerUrl()String getXTestRequest()
Copyright © 2015. All Rights Reserved.