PayPal/PDT

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
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Payment Data Transfer (PDT) 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 Instant Payment Notification (IPN).

PDT is accomplished via data passed back to the merchant's web site by the customer's browser after completing the transaction. This obviously poses the risk that the customer may cancel out before this happens, leaving the merchant's site unaware that the transaction has taken place. IPN prevents this problem by directly notifying the merchant's web site of the transaction as soon as it occurs (i.e. PayPal's server contacts the merchant's server without involving the customer).