[New Video] How to connect Stripe webhooks to Bubble

New Video! How to connect Stripe webhooks to your Bubble application - YouTube

Connecting Stripe webhooks to Bubble unlocks a lot of power. Whenever a Stripe event of your choice happens (outside of Bubble) you can handle it within Bubble. This allows you to do things like:

  • Handle failed payments
  • Lock access after trial expiration
  • “Do something” after every time a user pays you during the lifetime of a subscription

The sky is the limit (here is a list of events you can use via Stripe documentation)

Let me know if you have any questions or want to see a webhook use-case expanded on!

9 Likes

Hi @ben16 thanks for the video.

Just a question, when a user cancels the current subscription, their status is still active because they may have time left on the current subscription. Do you know if Stripe will send another webhook when their subscription expires and change the status to cancelled?

Yes, Stripe will send a customer.subscription.deleted webhook once the status goes to cancelled.

1 Like