I’m trying to integrate live stripe payments into a bubble app. In order to use stripe webhooks I have to set up an API Workflow using backend workflows.
In bubble development mode, I can get my API Workflow to Detect Data. With this I have no problem getting Stripe to work in test mode, using a test Credit Card.
In bubble live mode, Can’t get my API Workflow to Detect Data. Instead it seems to be stuck on some old webhook from stripe that’s already been deleted .
How can I receive live webhooks from Stripe in Stripe Live mode? Is there a way to clear my API Workflow somehow on bubble live mode so it doesn’t get stuck? Or rather is there a way I should connect to live stripe using Bubble Development mode?
Thanks for considering my issue