Hi!
I have a subscription based thing going here. I can easily subcribe a user to a plan and then they pay for it with Stripe.
I also have a ionic switch that is on by default that shows that the app auto renews the subscription every month. This switch can also be turned to off - to trigger an API workflow that does this: when subscription end date < current date time it actually cancels the subscription.
As I see in the logs this creates an schedule API workflow ID.
I want the user to be able to redo this and set the switch to “on” again to cancel that API workflow and stay in the subscription. I cant seem to find an easy way to let them change their minds and cancel the subscription cancellation.
Hope I was clear enough
Any thoughts here?
K