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