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.

Subscription cancelled: end of term vs. refund/chargeback?

  1. Is it possible with GF hooks to receive separate notifications about:
    End of term (normal end of subscription) and Refund/Chargeback/premature cancellation initiated by member?

    In first case I want to keep member that paid his dues to be active. In latter case I want to terminate his account.

    Gleb

    Posted 12 years ago on Sunday September 4, 2011 | Permalink
  2. There are hooks for the PayPal IPN processing. One of them fires on any IPN request so if you need to do something based on the IPN message (refund/chargeback/cancellation) you can certainly do that. This hook can be found here:

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

    All of the PayPal Add-On hooks can be found here:

    http://www.gravityhelp.com/documentation/page/PayPal_Add-on_Developer_Docs

    Posted 12 years ago on Tuesday September 6, 2011 | Permalink