Uses of Interface
com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
Package
Description
-
Uses of PaymentGatewayTypeAware in com.broadleafcommerce.paymentgateway.service
Modifier and TypeInterfaceDescriptioninterface
Deprecated.interface
This API is intended to define the specific configuration parameters that this gateway implementation currently supports.interface
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.interface
Certain Payment Integrations allow you to use a Hosted Solution, such as PayPal Express and SagePay Form.interface
This service is responsible for interacting with the payment gateway to modify a payment's paymentMethodProperties.interface
Validator meant to ensure thatPaymentValidationRequest
objects are sufficiently configured, allowing transactions to be executed via the relatedPaymentGatewayTransactionService
implementation.interface
This API provides the ability to get the status of a Transaction after it has been submitted to the Gateway.interface
This API allows each module to provide its own implementation for rollback.interface
This service is responsible for interacting with the payment gateway for the saved payment methods.interface
A gateway-specific interface to assist with the interpretation & processing of payment gateway webhook requests.interface
This API is intended to be called by the Checkout Workflow to confirm all Payments on the order that have not yet been confirmed/finalized.interface
This service is responsible for interacting with the payment gateway to fetch the payment details.interface
This service is intended to record transactions from the payment gateway and build aPaymentResponse
from theGatewayTransactionResponse
.interface
This interface provides an extension point for payment gateway implementations to add validation to the transaction confirmation service.interface
This is an interface that provides the basic functions to create billable credit card transactionsinterface
A gateway-specific interface to assist with the interpretation & processing of payment gateway webhook requests. -
Uses of PaymentGatewayTypeAware in com.broadleafcommerce.paymentgateway.service.passthrough
Modifier and TypeInterfaceDescriptioninterface
interface
interface
Modifier and TypeClassDescriptionclass
class
class
Passthrough Transaction Service intended to be used for Testing Purposes.class
PaymentGatewayTransactionLookupService