| Interface | Description |
|---|---|
| OrderPaymentService | |
| OrderPaymentStatusService |
This service provides a mechanism to calculate order payment status which
is dynamically calculated based on the state of the containing transactions.
|
| OrderToPaymentRequestDTOService | |
| PaymentRequestDTOService | |
| PaymentResponseDTOToEntityService | |
| SecureOrderPaymentService |
| Class | Description |
|---|---|
| DefaultCustomerPaymentGatewayService |
Core framework implementation of the
CustomerPaymentGatewayService. |
| DefaultPaymentGatewayCheckoutService |
Core framework implementation of the
PaymentGatewayCheckoutService. |
| OrderPaymentServiceImpl | |
| OrderPaymentStatusServiceImpl | |
| OrderToPaymentRequestDTOServiceImpl |
Service that translates various pieces of information such as:
-
Order
- PaymentTransaction
into a PaymentRequestDTO so that the gateway can create
the appropriate request for a specific transaction. |
| PaymentRequestDTOServiceImpl | |
| PaymentResponseDTOToEntityServiceImpl | |
| SecureOrderPaymentServiceImpl |
Acquisition of Primary Account Number (PAN) and other sensitive information
is retrieved through a service separate from the order.
|
Copyright © 2024. All rights reserved.