Modifier and Type | Field and Description |
---|---|
protected AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.billTo
The billing address associated with this transaction
|
protected CreditCardDTO<PaymentResponseDTO> |
PaymentResponseDTO.creditCard
for sale/authorize transactions, this will be the Credit Card object that was charged.
|
protected GatewayCustomerDTO<PaymentResponseDTO> |
PaymentResponseDTO.customer
Any customer information that relates to this transaction
|
protected List<CustomerCreditDTO<PaymentResponseDTO>> |
PaymentResponseDTO.customerCredits
Any customer credit accounts that have been processed.
|
protected List<GiftCardDTO<PaymentResponseDTO>> |
PaymentResponseDTO.giftCards
Any gift cards that have been processed.
|
protected AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.shipTo
If shipping information is captured on the gateway, the values sent back will be put here
|
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
PaymentResponseDTO.amount(Money amount) |
PaymentResponseDTO |
PaymentResponseDTO.completeCheckoutOnCallback(boolean completeCheckoutOnCallback) |
PaymentResponseDTO |
PaymentResponseDTO.orderId(String orderId) |
PaymentResponseDTO |
PaymentResponseDTO.paymentTransactionType(PaymentTransactionType paymentTransactionType) |
PaymentResponseDTO |
PaymentResponseDTO.rawResponse(String rawResponse) |
PaymentResponseDTO |
PaymentResponseDTO.responseMap(String key,
String value) |
PaymentResponseDTO |
PaymentResponseDTO.successful(boolean successful) |
PaymentResponseDTO |
PaymentResponseDTO.valid(boolean valid) |
Modifier and Type | Method and Description |
---|---|
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.billTo() |
CreditCardDTO<PaymentResponseDTO> |
PaymentResponseDTO.creditCard() |
GatewayCustomerDTO<PaymentResponseDTO> |
PaymentResponseDTO.customer() |
CustomerCreditDTO<PaymentResponseDTO> |
PaymentResponseDTO.customerCredit() |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.getBillTo() |
CreditCardDTO<PaymentResponseDTO> |
PaymentResponseDTO.getCreditCard() |
GatewayCustomerDTO<PaymentResponseDTO> |
PaymentResponseDTO.getCustomer() |
List<CustomerCreditDTO<PaymentResponseDTO>> |
PaymentResponseDTO.getCustomerCredits() |
List<GiftCardDTO<PaymentResponseDTO>> |
PaymentResponseDTO.getGiftCards() |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.getShipTo() |
GiftCardDTO<PaymentResponseDTO> |
PaymentResponseDTO.giftCard() |
AddressDTO<PaymentResponseDTO> |
PaymentResponseDTO.shipTo() |
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
PaymentGatewayTransactionService.authorize(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayTransactionService.authorizeAndCapture(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewaySubscriptionService.cancelGatewaySubscription(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayTransactionService.capture(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayTransactionConfirmationService.confirmTransaction(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayTransparentRedirectService.createAuthorizeAndCaptureForm(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayTransparentRedirectService.createAuthorizeForm(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayCreditCardService.createGatewayCreditCard(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayCustomerService.createGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewaySubscriptionService.createGatewaySubscription(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayCreditCardService.deleteGatewayCreditCard(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayCustomerService.deleteGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayReportingService.findDetailsByTransaction(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayTransactionService.refund(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayHostedService.requestHostedEndpoint(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayFraudService.requestPayerAuthentication(PaymentRequestDTO paymentRequestDTO)
Certain Gateways integrate with Visa's Verified by Visa and MasterCard's SecureCode API
If the buyer is enrolled in such a service, we will need to redirect the buyer's browser
to the ACS ( Access Control Server, eg.
|
PaymentResponseDTO |
PaymentGatewayTransactionService.reverseAuthorize(PaymentRequestDTO paymentRequestDTO) |
PaymentResponseDTO |
PaymentGatewayRollbackService.rollbackAuthorize(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PaymentGatewayRollbackService.rollbackAuthorizeAndCapture(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PaymentGatewayRollbackService.rollbackCapture(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PaymentGatewayRollbackService.rollbackRefund(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PaymentGatewayWebResponseService.translateWebResponse(javax.servlet.http.HttpServletRequest request) |
PaymentResponseDTO |
PaymentGatewayCreditCardService.updateGatewayCreditCard(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayCustomerService.updateGatewayCustomer(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewaySubscriptionService.updateGatewaySubscription(PaymentRequestDTO requestDTO) |
PaymentResponseDTO |
PaymentGatewayTransactionService.voidPayment(PaymentRequestDTO paymentRequestDTO) |
Modifier and Type | Method and Description |
---|---|
Long |
PaymentGatewayCheckoutService.applyPaymentToOrder(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
String |
PaymentGatewayCheckoutService.lookupOrderNumberFromOrderId(PaymentResponseDTO responseDTO)
Looks up the order number for a particular order id from the
PaymentResponseDTO . |
Modifier and Type | Method and Description |
---|---|
Long |
PaymentGatewayAbstractController.applyPaymentToOrder(PaymentResponseDTO responseDTO) |
abstract void |
PaymentGatewayAbstractController.handleUnsuccessfulTransaction(org.springframework.ui.Model model,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes,
PaymentResponseDTO responseDTO) |
String |
PaymentGatewayAbstractController.lookupOrderNumberFromOrderId(PaymentResponseDTO responseDTO) |
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractTRCreditCardExtensionHandler.populateFormParameters(Map<String,Map<String,String>> formParameters,
PaymentResponseDTO responseDTO) |
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
PassthroughPaymentRollbackServiceImpl.rollbackAuthorize(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PassthroughPaymentRollbackServiceImpl.rollbackAuthorizeAndCapture(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PassthroughPaymentRollbackServiceImpl.rollbackCapture(PaymentRequestDTO transactionToBeRolledBack) |
PaymentResponseDTO |
PassthroughPaymentRollbackServiceImpl.rollbackRefund(PaymentRequestDTO transactionToBeRolledBack) |
Modifier and Type | Method and Description |
---|---|
PaymentResponseDTO |
ValidateAndConfirmPaymentActivity.ResponseTransactionPair.getResponseDTO() |
Modifier and Type | Method and Description |
---|---|
Long |
DefaultPaymentGatewayCheckoutService.applyPaymentToOrder(PaymentResponseDTO responseDTO,
PaymentGatewayConfiguration config) |
String |
DefaultPaymentGatewayCheckoutService.lookupOrderNumberFromOrderId(PaymentResponseDTO responseDTO) |
protected void |
DefaultPaymentGatewayCheckoutService.populateBillingInfo(PaymentResponseDTO responseDTO,
OrderPayment payment,
Address tempBillingAddress) |
protected void |
DefaultPaymentGatewayCheckoutService.populateShippingInfo(PaymentResponseDTO responseDTO,
Order order) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPaymentGatewayCheckoutService.populateAddressInfo(Address address,
AddressDTO<PaymentResponseDTO> dto) |
Copyright © 2017. All rights reserved.