public interface PaymentGatewayTransactionConfirmationServiceProvider
This represents the main service bus for retrieving payment gateway service implementations to execute service calls programmatically. Since multiple gateways can be configured for a single implementation (like Paypal Express and Braintree, or Paypal Express, a credit card module and a gift card module) this allows you to select between them to perform additional operations on a payment transaction.
| Modifier and Type | Method and Description |
|---|---|
PaymentGatewayTransactionConfirmationService |
getTransactionConfirmationService(String gatewayType)
Returns the first
PaymentGatewayTransactionConfirmationService that matches the given
PaymentGatewayType. |
PaymentGatewayTransactionConfirmationService getTransactionConfirmationService(String gatewayType)
Returns the first PaymentGatewayTransactionConfirmationService that matches the given
PaymentGatewayType.
gatewayType - UnsupportedOperationException - if there is no resource for the given
PaymentGatewayType.Copyright © 2021. All rights reserved.