@Service(value="blPassthroughPaymentTransactionService") public class PassthroughPaymentTransactionService extends AbstractPaymentGatewayTransactionService
| Constructor and Description |
|---|
PassthroughPaymentTransactionService() |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponseDTO |
authorize(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
reverseAuthorize(PaymentRequestDTO paymentRequestDTO) |
authorizeAndCapture, capture, refund, voidPaymentpublic PassthroughPaymentTransactionService()
public PaymentResponseDTO authorize(PaymentRequestDTO paymentRequestDTO) throws PaymentException
authorize in interface PaymentGatewayTransactionServiceauthorize in class AbstractPaymentGatewayTransactionServicePaymentExceptionpublic PaymentResponseDTO reverseAuthorize(PaymentRequestDTO paymentRequestDTO) throws PaymentException
reverseAuthorize in interface PaymentGatewayTransactionServicereverseAuthorize in class AbstractPaymentGatewayTransactionServicePaymentExceptionCopyright © 2016. All rights reserved.