Package com.broadleafcommerce.cartoperation.service.payment
@NonNullApi
package com.broadleafcommerce.cartoperation.service.payment
- Author:
- Chris Kittrell (ckittrell)
-
ClassDescriptionThis service provides information about the configured payment methods and gateways.Default implementation of
ExternalPaymentFulfillmentCallbackServiceService used to interpret the results of an external payment transaction callback, possibly trigger the finalization of the cart, & communicate the result of the interaction via theExternalPaymentTransactionCallbackDTO.This service is meant to coordinate the execution of payment transactions against the cart'sPaymentSummariesin the context of a checkout submission.Service used to interpret the results of an external payment fulfillment callback, update the cart fulfillment options & pricing, & communicate the current fulfillment state of the cart via theFulfillmentCallbackResponse.Service used to interpret the results of an external payment transaction callback, possibly trigger the finalization of the cart, & communicate the result of the interaction via theExternalPaymentTransactionCallbackDTO.A helper component that has understanding of whichPaymentSummariestake precedence and should be applied first in various operations such as payment authorize.This service is meant to coordinate the execution of payment transactions against the cart'sPaymentSummariesin the context of a checkout submission.