PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

IPN request could not be verified by PayPal

  1. I have a function that adds credits to a users account when they purchase credits via a Gravity Forms form. This has been working fine until a transaction came in today where the payment status hasn't changed from Processing and there is no transaction information.

    I enabled the logging addon and resent the IPN and get the following error

    DEBUG --> Response: WP_Error Object
    (
        [errors] => Array
            (
                [http_request_failed] => Array
                    (
                        [0] => couldn't connect to host
                    )
    
            )
    
        [error_data] => Array
            (
            )
    
    )
    
    ERROR --> IPN request could not be verified by PayPal. Aborting.

    Any idea what could be causing this?

    Posted 11 years ago on Saturday May 18, 2013 | Permalink
  2. Sounds like there is a communication error between your web host and PayPal. Can you check with your host to see if any inbound or outbound traffic between you and PayPal is being blocked for any reason?

    Posted 11 years ago on Monday May 20, 2013 | Permalink