exes Posted April 8, 2005 Posted April 8, 2005 I have authorize.net setup to process credit cards. Unfortunately when I try to complete the order process I get sent back to the Payment Information page and there is a red bar accross the top of the page with the error: There has been an error processing your credit card. Please try again. I have called authorize.net, they told me to change line $this->form_action_url = 'https://certification.authorize.net/gateway/transact.dll'; to $this->form_action_url = 'https://secure.authorize.net/gateway/transact.dll'; Of course this solved nothing. Is there some way I can easily see a real error message or has someone come across something like this before? This has happened in test and production mode, and with a valid credit card. Quote
rgb523 Posted April 13, 2005 Posted April 13, 2005 I'm having the same problem. Has anyone answered this before? I have authorize.net setup to process credit cards. Unfortunately when I try to complete the order process I get sent back to the Payment Information page and there is a red bar accross the top of the page with the error: There has been an error processing your credit card. Please try again. I have called authorize.net, they told me to change line $this->form_action_url = 'https://certification.authorize.net/gateway/transact.dll'; to $this->form_action_url = 'https://secure.authorize.net/gateway/transact.dll'; Of course this solved nothing. Is there some way I can easily see a real error message or has someone come across something like this before? This has happened in test and production mode, and with a valid credit card. <{POST_SNAPBACK}> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.