Interface VerifoneExternalCallService
-
- All Known Implementing Classes:
DefaultVerifoneExternalCallService
public interface VerifoneExternalCallService
The service to execute the external calls to the Verifone API.- Author:
- Dima Myroniuk (dmyroniuk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.broadleafcommerce.paymentgateway.domain.PaymentResponse
call(VerifonePaymentRequest verifonePaymentRequest)
Executes the payment request to the Verifone API.
-
-
-
Method Detail
-
call
com.broadleafcommerce.paymentgateway.domain.PaymentResponse call(VerifonePaymentRequest verifonePaymentRequest)
Executes the payment request to the Verifone API.- Parameters:
verifonePaymentRequest
- the payment request that should be executed for the specifiedtransaction type
.- Returns:
- the payment response
- Throws:
com.broadleafcommerce.paymentgateway.service.exception.PaymentException
- if an unexpected error occurred
-
-