Integration Guide

Table Of Contents
Website Payments Standard Checkout Integration Guide November 2005 97
Website Payments Standard HTML FORM Basics
Instant Payment Notification: notify_url
7
RefundTransaction. If the payment has a “Pending” status, you receive another IPN when
the payment clears, fails, or is denied.
2. PayPal posts HTML FORM variables to a program at a URL you specify. You can specify
this URL either in your Profile or with the notify_url variable on each transaction. This
post is the heart of IPN. Included in the notification is the customer’s payment information
(such as customer name, payment amount). All possible variables in IPN posts are detailed
in the Order Management Integration Guide. When your server receives a notification, it
must process the incoming data.
3. Your server must then validate the notification to ensure that it is legitimate. For details,
see the Order Management Integration Guide.