Detect Membership Renewals

Hey.

Is there is an easy way I could detect from a third-party plugin when a users membership is successfully renewed? I would like to reward them with points each time their membership is renewed. Maybe there is an action / filter that could be used for this?

If you use Stripe as your payment processor, you can do this from Stripe itself. See https://stripe.com/docs/integrations

1 Like

Can use “s2M -> API / Notifications -> Payment Notification” URL to run your script to check if this payment is “renewal”. Works with all payment gateways.

2 Likes