cancel
Showing results for 
Search instead for 
Did you mean: 

ip address of the response from https://test.authorize.net

Hi there:

 

We have a publically accessible machine but is restricted to inbound ip's. We are testing the integration using SIM with our application. Since we cannot find out the ip address of the inbound response from https://test.authorize.net, we cannot test the payment response.

 

We cannot open the machine for all ips due to certain security restrictions.

 

So could authorize.net give us the ip address we can add to our exclution list, that will be a great help, so that we can successfully complete the test and procceed with purchasing the merchant account.

 

Kindly give us a  quick response.

 

Thanks

-Developer

 

 

sam200
Member
2 REPLIES 2

This has been asked before. Basically they won't give it out because it is subject to change.


-------------------------------------------------------------------------------------------------------------------------------------------
John Conde :: Certified Authorize.Net Developer (Brainyminds) :: Official Authorize.Net Blogger

NEW! Handling Authorize.Net's Webhooks with PHP

Integrate Every Authorize.Net JSON API with One PHP Class (Sample code included)

Tutorials for integrating Authorize.Net with PHP: AIM, ARB, CIM, Silent Post
All About Authorize.Net's Silent Post
stymiee
Expert
Expert

I had this problem too. I know this is an old thread, but it still seems to be an issue.

 

You can find out the ip address by checking your access.log to see which ip address authorize.net comes from after a transaction. Then just add that to your .htaccess ip exceptions to allow in without a username/password.

 

For me on Ubuntu, the access log is located in /var/log/apache2/access.log.

1lightbulbs
Member