Back to Supabase

Handling Stripe Webhooks

apps/docs/content/guides/functions/examples/stripe-webhooks.mdx

1.26.04568 B
Original Source
<div class="video-container"> <iframe src="https://www.youtube-nocookie.com/embed/6OMVWiiycLs" frameBorder="1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen ></iframe> </div>

Handling signed Stripe Webhooks with Edge Functions. View on GitHub.

<$CodeSample path="edge-functions/supabase/functions/stripe-webhooks/index.ts" lines={[[1, -1]]} meta="index.ts" />