cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Transaction error, goes through on Authorize but error message

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento 2 Transaction error, goes through on Authorize but error message

It seems like the transaction is going through, it shows up on Authorize, but magento keeps throwing out this error.

I tried debugging and look at the response, and it seems like Magento is throwing this error even though the authorize transaction goes through.

"<html>
<head>

</head>
<body></body>
</html>
<script>
var require = window.top.require;
require(
[
'jquery',
'Magento_Ui/js/model/messageList',
'mage/translate',
'Magento_Checkout/js/model/full-screen-loader'
],
function($, globalMessageList, $t, fullScreenLoader) {
var parent = window.top;
$(parent).trigger('clearTimeout');
fullScreenLoader.stopLoader();
globalMessageList.addErrorMessage({
message: $t('An error occurred on the server. Please try to place the order again.')
});
}
);
</script>"

1 REPLY 1

Re: Magento 2 Transaction error, goes through on Authorize but error message

Hello.  I have the EXACT issue.  Please share how you resolved it.  Thanks.