IPN operations/history

APILegacyLast updated: December 14th 2023, @ 6:46:48 am


Important: NVP/SOAP is a legacy integration method. We accept new integrations and support existing integrations, but there are newer solutions. If you're starting an integration, we recommend our latest solutions.

The IPN History page on the PayPal website enables you to verify and troubleshoot IPN messages. Use the IPN History page to determine the status of IPN messages, view message details, and to resend them, if necessary, as described in these procedures:

View IPN messages and details

Use the IPN History page on the PayPal website to view IPN messages sent to your listener URL from PayPal, and to request that messages be re-sent.

  1. Select the IPN messages to review. You can specify a date range, delivery status, and PayPal transaction ID.

  2. Review the IPN History search results, which contain the following information:

    • The date and time that PayPal created the IPN message.

    • Whether this IPN message was the original message or whether it was re-sent, which is indicated in the Date/time created column.

    • The IPN message ID assigned by PayPal.

    • The current status, which is one of the following values:

      • Sent - PayPal sent the message to your IPN listener.

      • Failed - PayPal did not receive an acknowledgment to the message.

      • Queued - PayPal is ready to send the message.

      • Retrying - The message was re-sent between 1 and 15 times and PayPal continues to resend the message.

      • Disabled - The message will not be re-sent because the merchant's account has been disabled.

        Note: If you requested that PayPal resend the IPN message and the status is not updated for the attempt, resending is appended to the status. For example: Failed - resending.

    • Your server's response to the HTTPS POST that delivered the IPN message to your listener. For more information about these codes, see RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1.

    • If the message is related to a PayPal transaction, the ID of the PayPal transaction associated with the message.

  3. To see more information about an IPN message, click on the message ID. In addition to the information on the IPN History page, the details contain the following information:

    • Whether this IPN message was the original message or whether it was re-sent.
    • The last time the message was re-sent.
    • The URL on which your listener was running when the message was sent.
    • The number of retries before the message was successfully acknowledged.
    • The type of IPN message.

Resend IPN messages

Use the IPN History page to request that PayPal resend one or more IPN messages. You can search the IPN message history for the messages that may need to be re-sent, and then select them.

  1. To resend IPN messages, mark one or more messages and select Resend selected.
  2. To send the message to the current profile URL instead of the URL associated with the message, check the box for To send an IPN again to a profile URL. If you do not select this option, PayPal sends the message to the same URL to which the original message was sent, which is not necessarily the current profile URL. You may receive a confirmation notice alerting you to the possibility that you will receive duplicate messages. Select Confirm to resend, or Cancel.
  3. Check the status for re-sent messages. The status indicates that PayPal is resending the message until it actually has been re-sent.
  4. Check the HTTP response code field in the IPN details page for re-sent messages. When the message is sent, your server's response to the HTTPS POST is used to update the HTTP response code field in the IPN details page. A value of 200 indicates that your server successfully received the IPN message. Other values typically indicate a server configuration error for the server that hosts your IPN listener. For more information about these codes, see HTTP Status Codes. If you do not see a response code, you should check that your sever is running.