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