Stripe subscription canceled

'After payment is successful" > Logged in User Record is updated / Paid=True.
From there everything works great UNTIL that user decides to unsubscribe - if they click unsubscribe they are able to stop payments but there is seemingly no EASY way to update the record to Paid=False

I found this article and have been looking at it for the past 3 hours - it seems to be the key to this, but I am having a hard time following along: Cancel subscription stripe with update true/false user

Now my head is spinning

@Flawless