Bubble Stripe Subscription

Hi,

I use the Bubble Stripe plugin to charge user (it works fine) and also for subscription (where I do have a problem). This is the scenario:

  1. when click on a button it starts the workflow “subscribe the user to a plan” (with the option update subscription checked)

  1. since I need to save in the DB the subscription_ID so that I can use it later for other checks, an action creates a new thing where the subscription_ID comes from the result of step 1

Now, this is the problem. If the subscription already exist (and it’s only updated) the second action works fine. But when the subscription is created for the first time (so after the user is taken to the Stipe Checkout page) a new record “Stripe-Subscr” is created but NO subscription_ID is saved. And on top of that the user gets a message that says “PERMISSION DENIED” !!!

I am really struggling to find a solution. Why the permission deny message ? In the data privacy there are no rules preventing to save data into the Stripe - Subscr table. And most of all, why it does not save only in case of new subscription ?

I wonder if anybody ever experienced this or maybe can suggest me a solution. Thanks

1 Like

I just ran into this issue myself and I’m surprised no one has commented on it, considering it was submitted 23 months ago.

However, I have learned that when I Step-by-step my workflows, the Subscribe the user to… works every time.

If I run it normal, I get the Permission Denied dialogue box.

Did you ever solve this?

If so, how?

For the record I tried inserting a pause immediately after the Subscribe the user action, and it did not resolve the issue.