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.