Hi everyone,
I am using the Bubble Stripe plugin and I want to run an Action after a user has been subscribed to a Stripe plan. The action can only run if the subscription was created successfully. In particular the Action should not run if the user uses the “back button” to exist the subscription page.
My problem is that the action seems to run even if the the user uses the “back button” to exist the subscription page or if the subscription failed (e.g. invalid credit card).
What is the best way to make sure the action doesn’t run if subscribing to the plan did not go through?
Action should not run if user uses the back button:
Documentation seems to suggest that workflow stops if subscription fails, this is not the case for me though:
Here is what I tried (which didn’t work):
Any help would be greatly appreciated!