public interface PaymentGatewayTransparentRedirectService
The purpose of this class, is to provide an API that will create any gateway specific parameters needed for a Transparent Redirect/Silent Order Post etc...
Some payment gateways provide this ability and will generate either a Secure Token or some hashed parameters that will be placed as hidden fields on your Credit Card form. These parameters (along with the Credit Card information) will be placed on the ResponseDTO and your HTML should include these fields to be POSTed directly to the implementing gateway for processing.
| Modifier and Type | Method and Description |
|---|---|
PaymentResponseDTO |
createAuthorizeAndCaptureForm(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
createAuthorizeForm(PaymentRequestDTO requestDTO) |
PaymentResponseDTO createAuthorizeForm(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionPaymentResponseDTO createAuthorizeAndCaptureForm(PaymentRequestDTO requestDTO) throws PaymentException
PaymentExceptionCopyright © 2014. All Rights Reserved.