Click here to Skip to main content
15,888,273 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello,

I have a website running on 1and1 hosting server. It has a shopping cart,for payment we are taking customer to paypal website and are using paypal ipn to update our database after successfull payment. The problem is 1and1 server is not allowing paypal ipn to do any processing, hence what happens payment collected or not, our database not being updated due to paypal can not do any processig on 1and1 server. All transactions in database has payment status as Non Paid because paypal ipn process was supose to upadte the status to Paid.

I have made contact with 1and1 hosting company and they provided me with 1and1 proxy server details and tehy asked me to put following code in web.config

XML
<system.net>
   <defaultProxy>
     <proxy usesystemdefault = "false" bypassonlocal="false" proxyaddress="ntproxyus.lxa.perfora.net:3128" />
   </defaultProxy>
 </system.net>



Still after placing this code, paypal ipn is not been able to do any process. I know thsi might be their hosting issue and they are looking at it but i want to take expert's opinions here. Is there any thing at my side i m doing wrong, or is there any thing i should do to let paypal ipn work.

Thanks in Advance,

Asfand
Posted

If you look on the homepage of 1and1, you'll see that they offer ecommerce services. That likely means that they will block anyone who subscribes to their services from using anything other method of ecommerce. Check out your hosting agreement and see if that is the case. If it is, that is why you are being blocked.
 
Share this answer
 
Time to get a new hosting company, unless you have the facilities to host your own site.

Look around and get quotes.
 
Share this answer
 
May be your hosted server.., is stopping the paypay nt connection., chack with your hosting provider is there any firewall is working between paypal and hosted server...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900