Hello fellow bubblers,
I’m having problems with setting up my Stripe webhooks in Bubble. Somehow, bubble doesn’t recognise the events that are happing in Stripe. Anyone an idea what I’m missing here?
Hello fellow bubblers,
I’m having problems with setting up my Stripe webhooks in Bubble. Somehow, bubble doesn’t recognise the events that are happing in Stripe. Anyone an idea what I’m missing here?
Are you saying it won’t detect it when trying to initialise it?
Or that it’s been initialised, and is not working subsequently?
It won’t detect it, so I can’t initialize it. Even though I make test payments, nothing is detected.
In that case there’s probably an issue with how you’ve configured the webhook in Stripe.
What event(s) is the webhook supposed to be firing on, and how are you triggering it?
Hi @adamhholmes , found the problem. The webhook was setup in Stripe read data from the connected account, however, when set to “own account” it worked.
I remember from a few months back, that you need to initialize the webhook by adding the word initailize to the url, when connected, you need to remove it from the url. I did that, but I then receive the error “Missing subject”. Do you have, by any chance, an idea if Stripe made any changes regarding the connection with Bubble?
Thanks