public class AbstractPaymentGatewayFraudService extends Object implements PaymentGatewayFraudService
| Constructor and Description |
|---|
AbstractPaymentGatewayFraudService() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PaymentResponseDTO requestPayerAuthentication(PaymentRequestDTO paymentRequestDTO)
PaymentGatewayFraudServicerequestPayerAuthentication in interface PaymentGatewayFraudServiceCopyright © 2022. All rights reserved.