public interface AuthorizeNetConfiguration
extends org.broadleafcommerce.common.payment.service.PaymentGatewayConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptJsUrl() |
String |
getAppleKeyStoreFilePath() |
String |
getAppleKeyStorePassword() |
String |
getAppleMerchantId() |
String |
getClientKey()
This is the generated client key, provided by the
Merchant Interface that is used in an Accept.js implementation
|
String |
getConfirmUrl()
Deprecated.
|
String |
getErrorUrl()
Deprecated.
|
String |
getGatewayMerchantId() |
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()
Deprecated.
|
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 |
getVerifiedDomainDisplayName() |
String |
getVerifiedDomainName() |
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.
|
Boolean |
isSandbox() |
getFailureReportingThreshold, getGatewayType, handlesAuthorize, handlesAuthorizeAndCapture, handlesCapture, handlesMultiplePayments, handlesMultipleShipment, handlesPartialCapture, handlesRecurringPayment, handlesRefund, handlesReverseAuthorize, handlesSavedCustomerPayment, handlesVoid, isPerformAuthorizeAndCapture, setFailureReportingThreshold, setPerformAuthorizeAndCaptureString getLoginId()
String getClientKey()
String getTransactionKey()
String getMd5Key()
String getTransactionVersion()
@Deprecated String getResponseUrl()
@Deprecated String getConfirmUrl()
@Deprecated 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()
Boolean isSandbox()
String getAcceptJsUrl()
String getGatewayMerchantId()
String getAppleMerchantId()
String getAppleKeyStoreFilePath()
String getAppleKeyStorePassword()
String getVerifiedDomainName()
String getVerifiedDomainDisplayName()
Copyright © 2023. All rights reserved.