xtremelyfit Posted July 8, 2003 Share Posted July 8, 2003 Ater two weeks of blood, sweat and tears I finally got my SSL working. I had to replicate my shopping cart onto the separate secure server that my web host uses. Now I have a new problem - when I click on "Confirm Order" I get a message back that says "An error occurred while trying to report this transaction to teh Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. This transaction has been approved." I contacted my gateway company, Authorize.net, and they said that I needed to change the relay URL from my secure server, https://xxxxx to the regular server http://xxxx They said they cannot post the results back to my website on the secure server. They said I need to find in the code where I can tell it what page I want the results/receipt sent to. Can anyone help me here? By the way, I don't have this problem when running with SSL disabled. Link to comment Share on other sites More sharing options...
Guest Posted July 8, 2003 Share Posted July 8, 2003 Does it help to change SSL to NOSSL in this line of authorizenet.php? tep_draw_hidden_field('x_Relay_URL', tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false)) . Good luck, Matt Link to comment Share on other sites More sharing options...
xtremelyfit Posted July 8, 2003 Author Share Posted July 8, 2003 Thank You! Actually used NONSSL instead of NOSSL. That took care of the message that they couldn't send the merchant notification. Now I have the generic message "There has been an error processing your credit card. Please try again" no idea why the error message - and Authorize.net support doesn't know either. I put in a new transaction key to see if that was the problem, but still no luck. Any ideas? Link to comment Share on other sites More sharing options...
xtremelyfit Posted July 8, 2003 Author Share Posted July 8, 2003 I take it back. The NONSSL isn't taking care of it now. It did once, but now I'm getting the message again that " An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card. This transaction has been approved. It is advisable for you to contact the merchant to verify that you will receive the product or service." I'm really baffled. It's approving the transaction but Authorize.net can't post a receipt to my website Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.