Interface PaymentGatewayTransactionResponseValidator
- All Superinterfaces:
PaymentGatewayTypeAware
This interface provides an extension point for payment gateway implementations to add validation
to the transaction confirmation service.
An example use case of this would be validating requests from the payment gateways to record
transactions that were added outside the typical checkout workflow.
- Author:
- mariestandeven
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validateTransactionResponse
(@NonNull GatewayTransactionResponse transactionResponse) Validates that the transaction results are valid and were sent by the payment gateway.Methods inherited from interface com.broadleafcommerce.paymentgateway.service.PaymentGatewayTypeAware
getGatewayType
-
Method Details
-
validateTransactionResponse
Validates that the transaction results are valid and were sent by the payment gateway.- Parameters:
transactionResponse
- The transaction response to be validated
-