Stripe Monthly Subscription End Date in Bubble DB

Hi all,

I’ve set up (via webhooks) links to user stripe data in my bubble app database.

I wanted to ask whether the Stripe Monthly Subscription End Date updates automatically in the bubble database - so when the current monthly subscription ends on 5th Nov, will the entry update automatically to 5th Dec (if the user’s subscription remains active)?

Hi @freddybobjones,

Whenever the webhook is triggers, depending on how you setup the backend WF in Bubble, it will determine if the end date is updated. If you have a make changes to thing action to change the end date, then yes. Otherwise no, it won’t automatically reflect that in your Bubble database.

Many thanks Johnny!