public interface PaymentGatewayFraudServiceProvider
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 |
---|---|
PaymentGatewayFraudService |
getFraudService(String gatewayType)
Returns the first
PaymentGatewayFraudService that matches the given
PaymentGatewayType . |
PaymentGatewayFraudService getFraudService(String gatewayType)
Returns the first PaymentGatewayFraudService
that matches the given
PaymentGatewayType
.
gatewayType
- UnsupportedOperationException
- if there is no resource for the given
PaymentGatewayType
.Copyright © 2021. All rights reserved.