Hi,
I have face issue of not getting response from API after Authorize.net moved from Akamai to CloudFlare.
Please let us know if any one have same issue and got solutions.
Thanks in advance.
03-10-2020 03:24 AM
The only response I get is "Connection Failure". I've spent the entire day trying to make this work.
The documentation at https://support.authorize.net/s/article/How-do-I-obtain-Authorize-Nets-SSL-Certificate-for-my-host-s... is Inaccurate and incomplete.
Even once I found the file named "star.authorize.net_2021_new.zip" attached to the bottom of the issue and installed that it doesn't w...
I tried the files found at this URL: https://www.entrustdatacard.com/pages/root-certificates-download I installed multiple of these just trying to get one to work. None do.
I called tech support and spoke with 2 different reps. One had be repeat all the steps I've done already today. Still didn't work. They finally said that I should come to this community forum and look for my answers here with the rest of the developers.
It's infuriating. The client's ecommerce site is completely down now because of this update.
03-10-2020 02:22 PM
I have exactly the same prblem. So fruatrating.
Authorize.net customer service rep basically washed his hands on this and told me to get help in this forum or send the detailed description of the problem to the Athorize.net/Developers site. and wait1-2 busines days fro answers. In the meantime the customer's e-commerce site is down 2 days already.... 2-3 days more?? That's crazy....
03-10-2020 07:22 PM
HI,
I HAVE FOUND SOLUTION.
I also face same issue on PRODUCTION mode. I am totally stuck and even i had also chat with support but they have not satisfactory reply. I added efforts and resolved this issue.
Please follow below steps,
Hope this is helpful.
Thank you.
03-10-2020 11:01 PM
OMG, THIS SOLVED THE PROBLEM! YOU ARE A LIFE SAVER!!!
Thank you so much for taking the time to post this solution, this worked and our form is back up and running. I could hug you right now :)
03-11-2020 08:03 AM
Brilliant! Thank you!
Especially with the specific step of what to do with that file: "and past it to your cert.pem of authorize.net folder. Please let me know if you still have issue after above steps completed."
I spent 2 days with customer service downloading different files but never knowing what to do with them.
03-11-2020 01:58 PM
Wonderful! We were suffering from this since Monday...
We are using Centos 6 with Apache 2.4 and after following your instructions, we needed to:
1. Download the Server Chain File from the results at ssllabs.com (the second one, listed as Additional Certificates) and saved it as entrust_L1K.crt
2. Copy the file to /etc/pki/ca-trust/source/anchors/
3. Execute update-ca-trust extract
And voila! The problem was fixed.
Thank you very much...
03-11-2020 03:50 PM
I do wish that I received the same response.
I followed the procedure of:
I then:
The importing of the cert was using these different steps:
The certificate is now visible, at the top of the list of SSL certificates, and shows that:
When re-attempting a transaction on the website, the same response as before was returned.
By that response, I am referring to the transaction response page immediately loading, but without outputting any results returned from Authorize.net, such as what would normally be returned as:
$response->getTransactionResponse();
and with the value of "1" for:
$tresponse->getResponseCode()
I reviewed the text file which was defined here, earlier in the php file being run:
define("AUTHORIZENET_LOG_FILE", "phplog");
That "phplog" text file includes the XML response. Normally, if it was a declined card, such as with incorrect information being entered, then there would be a detailed response showing why it was declined.
However, with the current response from Authorize.net, that XML log is very short, only returning the values which were sent to Authorize.net, but not any explanation of why the card was declined... or even a log saying that the card was declined. It's almost like a one-way conversation, and I would be expecting at least some reply from Authorize.net showing that the transaction was declined (and why).
For other background information:
With both of those covered (the host and the SSL provider), the only remaining culprit is Colonel Mustard in the library with the wrench... in other words, Authorize.net.
03-12-2020 02:29 PM
I'm still getting this The remote name could not be resolved: 'api2.authorize.net' exception. I have installed all the certificates indicated above as well as the Entrust ones here.
It looks like this notice spells it out, but Authorize.net never notified us about this issue. Regardless, I have done everything to no avail.
03-30-2023 11:12 AM