Handle Stripe webhooks with Remix

In this episode, you'll learn how to set up a Remix action to handle Stripe webhooks. We'll show how to build and test with the Stripe CLI and also how to verify webhook signatures.
If you're curious about getting started with Remix and Stripe, watch our other video about accepting payments in a Remix app: https://youtu.be/5aI0hJX_XXM


### Presenter
CJ Avilla - Developer Advocate at Stripe - https://twitter.com/cjav_dev

### Table of Contents
00:00 Introduction
00:35 Adding webhooks route
01:40 Configure the Stripe CLI to listen for webhooks
02:00 Creating the payment intent
03:24 Securing your endpoint with a signing secret
07:25 Testing the payment flow
08:11 Conclusion

### Resources

Remix: https://remix.run/
Stripe webhooks: https://stripe.com/docs/webhooks/signatures
Code: https://gist.github.com/cjavilla-stripe/241682c549292bc21165744401d38793
Remix resource routes: https://remix.run/docs/en/v1/guides/resource-routes

### Support
If you have a question, please feel free to reach out to our support team on Discord at https://stripe.com/go/developer-chat

### Updates
Sign up to stay updated with developer news: https://go.stripe.global/dev-digest
### Feedback
If you have any feedback about this or other episodes, let us know: https://forms.gle/VjNqzRhotM2snYo88
#Stripe #Payments