Stripe Webhook Trigger Detected but Backend Workflow Not Executing in Bubble

Hi all,

I’ve configured my backend workflow for Stripe webhooks (checkout.session.completed), but the workflows aren’t firing when Stripe sends the event. The Data Detector correctly shows the incoming JSON, and the endpoint URL is verified in Stripe. I’ve been racking my head trying to figure this out all day, but I can’t get Bubble to update a yes/no field on the user after the event triggers.



when you setup the webhook connection in stripe, did you remove the /initialize in the url after the first run? taht would cause stripe to send the payload but bubble to not recognize the workflow.

other possible issues might be:
emails not match

It was the /initialize aspect in the URL that was not allowing the workflow to trigger in bubble.io. Thank you so much, this solves my problem.

This topic was automatically closed after 70 days. New replies are no longer allowed.