Modifier and Type | Method and Description |
---|---|
void |
CurrentCustomerPaymentRequestService.addCustomerAttributeToCurrentCustomer(String customerAttributeKey,
String customerAttributeValue)
adds a concept of an "customer attribute" to the current customer in the system
|
void |
CurrentCustomerPaymentRequestService.addCustomerAttributeToCustomer(Long customerId,
String customerAttributeKey,
String customerAttributeValue)
adds a concept of a "customer attribute" to a customer in the system based on ID.
|
default PaymentResponse |
PaymentGatewaySubscriptionService.cancelGatewaySubscription(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayTransactionConfirmationService.confirmTransaction(PaymentRequest paymentRequest) |
default PaymentResponse |
PaymentGatewayTransparentRedirectService.createAuthorizeAndCaptureForm(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayTransparentRedirectService.createAuthorizeForm(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayTransparentRedirectService.createCustomerPaymentTokenForm(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCreditCardService.createGatewayCreditCard(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCustomerService.createGatewayCustomer(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewaySubscriptionService.createGatewaySubscription(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCreditCardService.deleteGatewayCreditCard(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCustomerService.deleteGatewayCustomer(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayReportingService.findDetailsByTransaction(PaymentRequest paymentRequest) |
R |
AbstractExternalPaymentGatewayCall.process(T paymentRequest) |
default PaymentResponse |
PaymentGatewayHostedService.requestHostedEndpoint(PaymentRequest paymentRequest) |
default PaymentResponse |
PaymentGatewayRollbackService.rollbackAuthorize(PaymentRequest transactionToBeRolledBack) |
default PaymentResponse |
PaymentGatewayRollbackService.rollbackAuthorizeAndCapture(PaymentRequest transactionToBeRolledBack) |
default PaymentResponse |
PaymentGatewayRollbackService.rollbackCapture(PaymentRequest transactionToBeRolledBack) |
default PaymentResponse |
PaymentGatewayRollbackService.rollbackRefund(PaymentRequest transactionToBeRolledBack) |
default PaymentResponse |
PaymentGatewayTransparentRedirectService.updateCustomerPaymentTokenForm(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCreditCardService.updateGatewayCreditCard(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewayCustomerService.updateGatewayCustomer(PaymentRequest requestDTO) |
default PaymentResponse |
PaymentGatewaySubscriptionService.updateGatewaySubscription(PaymentRequest requestDTO) |
Modifier and Type | Method and Description |
---|---|
PaymentResponse |
DefaultPassthroughTransactionService.authorize(PaymentRequest paymentRequest) |
PaymentResponse |
DefaultPassthroughTransactionService.authorizeAndCapture(PaymentRequest paymentRequest) |
PaymentResponse |
DefaultPassthroughTransactionService.capture(PaymentRequest paymentRequest) |
PaymentResponse |
DefaultPassthroughTransactionService.refund(PaymentRequest paymentRequest) |
PaymentResponse |
DefaultPassthroughTransactionService.reverseAuthorize(PaymentRequest paymentRequest) |
PaymentResponse |
DefaultPassthroughTransactionService.voidPayment(PaymentRequest paymentRequest) |
Modifier and Type | Method and Description |
---|---|
default PaymentResponse |
PaymentGatewayWebResponseService.translateWebResponse(javax.servlet.http.HttpServletRequest request) |
Copyright © 2021. All rights reserved.