You might have enabled multiple Stripe events for the same Webhook. If you only need checkout.session.completed, you may want to edit the Webhook events list and remove the other events.
Hei, but if i want to receive two events type and let it work correctly. How am i supposed to work on it?
I want to receive aldo Invoice.paid event. How can I make it work?
Hi! You can check the type in the webhook payload and use Bubble conditionals to run different workflows based on it. For example, if type = this, do this; etc.