Hi,
I’m abit stuck with my stripe webhook which works fine in Dev mode, but not in Live.
The webhook sends back info for update-subscription primarily for when a user ends their subscription, they can then be downgraded to a free user. Test is working great in Dev mode in bubble, and as soon as I end the sub in stripe, my bubble app refresh’s the user dashboard and they are back on the free plan again.
I have gone to the Stripe webhook and used the ‘copy to live’ option, so the webhook side is working (I can see a 200 Delivered) when the subscription is cancelled. However the user in the live bubble application is not auto-refreshing and reverting to the free subscription.
Any suggestions appreciated.