I currently have a trigger on Zapier to take action when a Stripe payment fails. I have monthly memberships and my goal is to take action when the monthly payment of my current members does not go through.
The issue is that this action is also triggered when someone wants to join for the first time and their payment doesn’t go through.
How can I distinguish between a recurring payment that fails vs a new payment that does not go through?
My guess is to distinguish between “description: Subscription update” and “description: Subscription creation” but I’m not certain.
Thanks in advance