Web Hosting Talk







View Full Version : IPN question


wiredhosting
03-24-2008, 06:08 PM
Hello guys,


i use a payment processor company to collect all the payments of my customers.


recently i found out that the company i used, developed the IPN access..


to set it up, they request 2 things


1) WebSite URL
2) Password



My question is... what should i put in WebsiteURL ?

i need to know if the IPN workds directly or if it needs an aplication/program...




Thanks a lot

Dark Light
03-24-2008, 06:25 PM
We need a bit more information than just "IPN." :D

Generally IPN stands for Instant Payment Notification and works by calling a specific page on your website with the payment details so you can record the transaction in your back end system.

For example:

Customer Pays on the Gateway Site
Gateway Provider calls IPN script
IPN sends customer/payment info to your backend system
You record the details
Customer gets redirected to your success page and the information about the transaction is viewable to the client in the client area (or however you might to do it).

IPN generally requires a specific script to be created either by you or a 3rd party; as we don't know the gateway we can't say anything more. A lot of gateway's are now supported in this regard by existing software - such as billing and automation systems - that can handle this for you. :)

Take a look at the billing and automation Wiki page:

http://www.webhostingtalk.com/wiki/Billing_and_automation_software

Hope that helps, :)