Class AbstractPaymentGatewayFraudService

java.lang.Object
org.broadleafcommerce.common.payment.service.AbstractPaymentGatewayFraudService
All Implemented Interfaces:
PaymentGatewayFraudService

public class AbstractPaymentGatewayFraudService extends Object implements PaymentGatewayFraudService
  • Constructor Details

    • AbstractPaymentGatewayFraudService

      public AbstractPaymentGatewayFraudService()
  • Method Details

    • requestPayerAuthentication

      public PaymentResponseDTO requestPayerAuthentication(PaymentRequestDTO paymentRequestDTO)
      Description copied from interface: PaymentGatewayFraudService
      Certain Gateways integrate with Visa's Verified by Visa and MasterCard's SecureCode API If the buyer is enrolled in such a service, we will need to redirect the buyer's browser to the ACS ( Access Control Server, eg. users' bank) for verification. See: http://en.wikipedia.org/wiki/3-D_Secure

      This method is intended to retrieve a URL to the ACS from the gateway.

      Specified by:
      requestPayerAuthentication in interface PaymentGatewayFraudService
      Returns: