public class ProcProcessCreditCard extends ProcProcessPaymentGroup
CreditCardProcessor| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION |
SUCCESSSERVICE_INFO_KEYSTOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACKDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| Constructor and Description |
|---|
ProcProcessCreditCard() |
| Modifier and Type | Method and Description |
|---|---|
PaymentStatus |
authorizePaymentGroup(PaymentManagerPipelineArgs pParams)
Authorize billing against a CreditCard payment group.
|
PaymentStatus |
creditPaymentGroup(PaymentManagerPipelineArgs pParams)
Credit a CreditCard payment group.
|
PaymentStatus |
debitPaymentGroup(PaymentManagerPipelineArgs pParams)
Debit a CreditCard payment group.
|
PaymentStatus |
decreaseAuthorizationForPaymentGroup(PaymentManagerPipelineArgs pParams)
Method called to perform a decrease in authorization for a credit card.
|
getRetCodes, invokeProcessorAction, runProcessaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopServicevlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic PaymentStatus authorizePaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
creditCardProcessor
authorize method.authorizePaymentGroup in class ProcProcessPaymentGrouppParams - The argument dictionary passed to this pipeline processor.creditCardProcessor authorize method.CommerceException - If there is any error authorizing the payment group.public PaymentStatus debitPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
creditCardProcessor debit method.debitPaymentGroup in class ProcProcessPaymentGrouppParams - The argument dictionary passed to this pipeline processor.creditCardProcessor debit method.CommerceException - If there is any error debiting the payment group.public PaymentStatus creditPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
creditCardProcessor credit method.creditPaymentGroup in class ProcProcessPaymentGrouppParams - The argument dictionary passed to this pipeline processor.creditCardProcessor credit method.CommerceException - If there is any error crediting the payment group.public PaymentStatus decreaseAuthorizationForPaymentGroup(PaymentManagerPipelineArgs pParams) throws CommerceException
Calls the decreaseAuthorization on the credit card processor returned by
the payment manager if it is an instance of DecreaseCreditCardAuthorizationProcessor
decreaseAuthorizationForPaymentGroup in class ProcProcessPaymentGrouppParams - params handed to pipeline processorPaymentStatus valueCommerceException - if an error occursPaymentManager.getCreditCardProcessor(),
DecreaseCreditCardAuthorizationProcessor