Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong><a href="https://developer.paypal.com/docs/classic/products/instant-payment-notification/" rel="nofollow noreferrer">IPN</a></strong> is a message service that <strong><a href="https://www.paypal.com/" rel="nofollow noreferrer">PayPal</a></strong> uses to send notifications about specific events, such as:</p> <ul> <li>Instant payments, including Express Checkout, direct credit card payments and authorizations (transaction payments that are authorized but have not yet been collected)</li> <li>eCheck payments and associated status, such as pending, completed, or denied, and payments pending for other reasons, such as those being reviewed for potential fraud</li> <li>Recurring payment and subscription actions</li> <li>Chargebacks, disputes, reversals, and refunds associated with a transaction</li> </ul> <p>In many cases, the action that triggers an IPN event is a user-action on your website. However, other actions can trigger IPNs. For example, your site's back-office process might invoke a PayPal API that refunds a payment, or a customer might notify PayPal of a disputed charge.</p> <p>You receive and process IPN messages with a listener (sometimes called a handler). This listener is basically a web page or web application that you create on your server that is always active and had code that allows it to accept and verify IPN messages sent from PayPal, and then invoke backend services on your server, based on the information from the IPN message. The web application waits for IPNs and (typically) passes them to an administrative process that responds appropriately. PayPal provides sample code that can be modified to implement a listener that handles the IPN sent from messages PayPal. For details, see Implementing an <a href="https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNImplementation/" rel="nofollow noreferrer"><strong>IPN listener</strong></a>.</p> <p>For detailed information and help please visit: <strong><a href="https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNIntro/" rel="nofollow noreferrer">PayPal Instant Payment Notification Guide</a></strong></p> <p>Hope this helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload