Difference between revisions of "PayPal/IPN"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
m (→‎Links: sample code)
m (rephrase; code samples link)
Line 1: Line 1:
 
==Overview==
 
==Overview==
Instant Payment Notification (IPN) is one of two methods by which a web site may retrieve payment information from [[PayPal]] in real-time, i.e. immediately after a payment is completed. The other method is [[../PDT|Payment Data Transfer]] (PDT).
+
Instant Payment Notification (IPN) is one of two methods by which a web site may retrieve payment information, in real time (i.e. immediately after the payment is completed), resulting from a transaction conducted on [[PayPal]]'s web site. The other method is [[../PDT|Payment Data Transfer]] (PDT).
  
 
IPN is somewhat more reliable than PDT in that PayPal's server contacts the merchant's server directly to transmit transaction data as soon as the transaction has occurred, rather than depending on the customer's browser to convey the data.
 
IPN is somewhat more reliable than PDT in that PayPal's server contacts the merchant's server directly to transmit transaction data as soon as the transaction has occurred, rather than depending on the customer's browser to convey the data.

Revision as of 03:28, 3 January 2009

Overview

Instant Payment Notification (IPN) is one of two methods by which a web site may retrieve payment information, in real time (i.e. immediately after the payment is completed), resulting from a transaction conducted on PayPal's web site. The other method is Payment Data Transfer (PDT).

IPN is somewhat more reliable than PDT in that PayPal's server contacts the merchant's server directly to transmit transaction data as soon as the transaction has occurred, rather than depending on the customer's browser to convey the data.


This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Pages

Links