Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

OSC URL needed for Authorize.net relay response


crazydiamond

Recommended Posts

Posted

Hi

 

We've recently started using OSC but we're having difficulty with locating the proper URL needed for the relay reesponse from Authorize.net. The Authorize.net email confirmations for payment are coming through just fine but Authorize.net is not communicating with OSC once the payment has been confirmed. Authorize.net support informs us that the proper URL from OSC needs to be entered into their account settings in order for the gateway to communicate back to the shopping cart, which in turn, then sends the admin an email with the order details. Does anyone know the correct URL needed from OSC to be entered in the Authorize.net account settings? Any help would be greatly appreciated :) .

 

thanks

Tim

Posted

The easiest solution to this is to add a default payment module like check to your modules and go through checkout. Once you get onto the checkout pages, copy the url. Replace the filename part by checkout_process.php and use that ... should work. This is important for all that have uncommon SSL urls during checkout.

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Posted
The easiest solution to this is to add a default payment module like check to your modules and go through checkout. Once you get onto the checkout pages, copy the url. Replace the filename part by checkout_process.php and use that ... should work. This is important for all that have uncommon SSL urls during checkout.

 

Hi Monika

 

Thanks for your quick response :D

 

I just read another response after doing a search on these boards. This is what it said:

 

Make sure that your Relay Response is correct (i.e. https://www.yourstore.com/.../checkout_process.php).

 

Do you think this person is saying that this is EXACTLY the URL that needs to be entered into the relay response field at Authorize.net?

Posted
Hi Monika

 

Thanks for your quick response :D

 

I just read another response after doing a search on these boards. This is what it said:

 

Make sure that your Relay Response is correct (i.e. https://www.yourstore.com/.../checkout_process.php).

 

Do you think this person is saying that this is EXACTLY the URL that needs to be entered into the relay response field at Authorize.net?

 

That is exactly the url. But you may also need https://www.yourstore.com/.../recipt.php as well. there are some errors sometimes depending on what auth net does if you do not have the recipt.php.

Posted
You do not need to set response and receipt URL's in Authorize.net's Control Panel. Leave them both blank to get your store and A.net working properly.

 

Hi

 

They are both currently blank and not populated but I am not getting an email confirmation from AN back to OSC so the cart can send me an email with the order details.

Posted

Yeah that's the one I use - I insert the loginID and transaction key into the module, the response/receipt fields are both left blank and off it goes - never had a problem.

 

If I had to insert those two URL's it would be these two:

 

Receipt URL:

https://[yourdomain]/catalog/checkout_confirmation.php

 

and the Default Relay Response URL:

https://[your_domain]/catalog/checkout_process.php

 

change the domain and paths to your site and store obviously. If you are using a shared SSL you will need to insert the shared URL instead of your domain name.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...