Skip to main content

5 docs tagged with "webhook"

View all tags

Debug a Failed Stripe Webhook

Diagnose and fix a failed Stripe webhook — find the event in Stripe CLI, check Vercel logs for the error, fix the handler, and replay the event safely without duplicates

Onboard a New Church After Checkout

Verify automated onboarding completed after checkout — check premium_churches record, confirm chatbot/voice provisioning, send magic link, and run manual fallback if webhook failed

Stripe Webhook Processing

How Stripe subscription events (created, updated, deleted, payment_failed) are handled across all three codebases — DB updates, access provisioning, and MailerLite sync