cancel
Showing results for 
Search instead for 
Did you mean: 

Authorized.net Credit card Issues

Authorized.net Credit card Issues

Dear Team,

 

While integrating authorized.net and place an order in magento2.2.x, Order has been placed and invoice generated in Authorized.net sandbox account. But in the checkout page, has some error showing and disappear within a 5 sec. Don't redirect to success page till staying on that page.

 

Pls ref attachmentcheckout.PNG

 

Do the needful to solve the issues.

2 REPLIES 2

Re: Authorized.net Credit card Issues

Hello @premalatha_s

 

I am not able to see attachment.

 

check network panel into browser and check reply of ajax hope it will help you.

 

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Authorized.net Credit card Issues

Hi,

 

I got below error in my console.

 

<html>
<head>
<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>
</head>
<body></body>
</html>

 

 

Please refer the below screenshots

 

checkout.PNGresponse.PNG

 

The transaction has been done successfully in authorized.net sandbox account. But in checkout did not redirect to the success page and showing the error(ref screenshots).Can you please help me to solve the issues.