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>"