Uses of Package
com.broadleafcommerce.paymentgateway.service
Package
Description
-
ClassDescriptionThis interface is a lightweight replacement of gateway-specific classes extending AbstractExternalPaymentGatewayCall, and it helps expose some f the QoS inner methods, for testing purposes.This API is intended to define the specific configuration parameters that this gateway implementation currently supports.This service is responsible for interacting with the payment gateway to fetch the payment details.This API is intended to identify the related
PaymentGatewayType
so that the resource can be easily identified by the payment gateway type inPaymentGatewayResourceProvider
. -
ClassDescriptionThis API is intended to define the specific configuration parameters that this gateway implementation currently supports.Validator meant to ensure that
PaymentValidationRequest
objects are sufficiently configured, allowing transactions to be executed via the relatedPaymentGatewayTransactionService
implementation.This is an interface that provides the basic functions to create billable credit card transactionsThis API is intended to identify the relatedPaymentGatewayType
so that the resource can be easily identified by the payment gateway type inPaymentGatewayResourceProvider
. -
ClassDescriptionDeprecated.This API is intended to define the specific configuration parameters that this gateway implementation currently supports.Several payment gateways allow you to manage Customer and Credit Card Information from the gateway allowing you to create a transaction from the tokenized customer or payment method at a later date.Certain Payment Integrations allow you to use a Hosted Solution, such as PayPal Express and SagePay Form.This service is responsible for interacting with the payment gateway to modify a payment's paymentMethodProperties.Validator meant to ensure that
PaymentValidationRequest
objects are sufficiently configured, allowing transactions to be executed via the relatedPaymentGatewayTransactionService
implementation.This API provides the ability to get the status of a Transaction after it has been submitted to the Gateway.This API allows each module to provide its own implementation for rollback.This service is responsible for interacting with the payment gateway for the saved payment methods.A gateway-specific interface to assist with the interpretation & processing of payment gateway webhook requests.This service is responsible for interacting with the payment gateway to fetch the payment details.This service is intended to record transactions from the payment gateway and build aPaymentResponse
from theGatewayTransactionResponse
.This interface provides an extension point for payment gateway implementations to add validation to the transaction confirmation service.This is an interface that provides the basic functions to create billable credit card transactionsA gateway-specific interface to assist with the interpretation & processing of payment gateway webhook requests.
PaymentGatewayTransactionLookupService