Stripe Webhook for cncelling or reactivating plan (customer.subscription.updated)

i have a stripe webhook placed in backend workflow i had detected data type the issue is it isnt changing the data fields in my db the Webhook logs are coming empty and also subscription status is always the same old one

In Bubble, for beginners, I feel that it’s easier to just have a separate webhook for each type. One for when the user creates a subscription, a separate one for when they end their subscription, a different one for modifying their subscription, etc.

Does that make sense?

Then you won’t need a condition that could potentially break on you. :blush: Also, you won’t need to add field manually to the webhook.

this one is mainly for customer.subscription.updated my issue is that after getting data it doesn’t change my fields WebhookLogs is empty (i deleted other entries but all were empty)

Did you try what I suggested?

i cancelled a subscription with (cancel_at_period_end = true) so the web-hook should change that field to yes in my db but it still is no(the previous one) separation isnt the issue here as first i am creating webhook-logs entry which is saving type subscriptionId (which is empty it should’ve save the subId and type of that webhook