Interface PaymentGatewayFraudService

All Known Implementing Classes:
AbstractPaymentGatewayFraudService

public interface PaymentGatewayFraudService

Certain Payment Integrations allow you to use Fraud Services like Address Verification and Buyer Authentication, such as PayPal Payments Pro (PayFlow Edition)

This API allows you to call certain fraud prevention APIs exposed from the gateway.

Author:
Elbert Bautista (elbertbautista)
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • requestPayerAuthentication

      PaymentResponseDTO requestPayerAuthentication(PaymentRequestDTO paymentRequestDTO)
      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.

      Parameters:
      paymentRequestDTO -
      Returns: