Hello! I have a subscription-based website on Bubble but I need help updating the user’s accounts. When they subscribe to a plan, their account should update to the type of subscription they purchased, however it’s not happening. I am assuming I need to add a workflow to make this happen, but I am not sure how to do that.
Hoping I can hire a freelancer to do this for me! Please let me know if you can help. Thanks!
1 Like
Hello!
I can help figure out and fix this issue. In case you haven’t found someone DM me.
Are you using the Stripe plugin? Add an action after the Subscribe user to a plan action that changes the user’s subscription status to Subscribed or whatever.
If you’re using webhooks, set up events in Stripe (subscription created, updated and deleted) and the relevant backend workflows. There’s plenty of posts about this on the forum and Youtube tutorials, you probably don’t need to pay one of us to implement it