Forum Academy Marketplace Showcase Pricing Features

Issue with Stripe cancel/start subscription

Hey,

I have been following this guide: https://www.youtube.com/watch?v=EAhrfR62q1c

Everything works in terms of cancelling and starting a subscription, BUT when the user cancels a subscription and then starts the subscription again, 2 data fields for that user is created in the database(the old sub and the new), resulting in the “old”" sub always being ‘active’, even when the second subscription is then cancelled.

How to fix this, so that each user only has 1 subscription?

Have a workflow with condition that checks whether that user related subscription exists, if so make changes to a thing