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 |
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 getXTestRequest()
Copyright © 2014. All Rights Reserved.