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.

Updating a remote database after PayPal IPN returns successfully.

  1. gmw
    Member

    I have a GF registration form set up on a WPEngine site. The form includes the PayPal Standard add-on. Is it possible to place some PHP code in one of your hooks to connect to and update a remote mySQL database on a BlueHost hosting account. Would the gform_paypal_post_ipn filter be the best choice?

    Posted 11 years ago on Tuesday January 29, 2013 | Permalink
  2. Yes, gform_paypal_post_ipn is how you would take action after receiving notification of a successful payment.

    http://www.gravityhelp.com/documentation/page/Gform_paypal_post_ipn

    Posted 11 years ago on Wednesday January 30, 2013 | Permalink