InvalidTransactionExecutionRequestException
Classpath: com.broadleafcommerce.paymenttransaction.exception
Description: Thrown when an invalid transaction execution request is made. In most cases, this result will be communicated via the API response, but in the case of the PaymentTransactionReversalJobListener, this exception will be logged. In this case, the exception reflects an inability to execute a ReverseAuthorize or Refund transaction.
Implications: The ReverseAuthorize or Refund transaction was not attempted, & the original transaction is not reversed as expected.
Suggestions: Take steps to ensure that these transactions are executed & the original transaction is reversed.
PaymentTransactionExecutionException
Classpath: com.broadleafcommerce.paymenttransaction.exception
Description: Thrown when an invalid transaction execution request is made. In most cases, this result will be communicated via the API response, but in the case of the PaymentTransactionReversalJobListener, this exception will be logged. In this case, the exception reflects an inability to execute a ReverseAuthorize or Refund transaction.
Implications: The ReverseAuthorize or Refund transaction was not successfully executed, & the original transaction is not reversed as expected.
Suggestions: Take steps to ensure that these transactions are executed & the original transaction is reversed.