๐Ÿ”— Webhook Endpoint Status

Chrome Parental Control - Stripe Webhook Configuration

Endpoint Information

Webhook URL: https://chromeparental.berta.one/api/stripe-webhook
Platform: Vercel
Event Type: checkout.session.completed
Status: Not Tested

Stripe Configuration

Stripe Mode: Checking...
Webhook Secret: Set in environment variables
๐Ÿ“‹ How to Set Up in Stripe:
  1. Go to Stripe Webhooks
  2. Click "Add endpoint"
  3. Enter URL: https://chromeparental.berta.one/api/stripe-webhook
  4. Select event: checkout.session.completed
  5. Click "Add endpoint"
  6. Copy the "Signing secret" (starts with whsec_)
  7. Add to Vercel environment variables as STRIPE_WEBHOOK_SECRET

๐Ÿงช Test Webhook

Test if your webhook endpoint is accessible:

What This Webhook Does

๐Ÿ”’ Security:

The webhook verifies all requests using Stripe's signature verification. Only requests from Stripe will be processed.

โ† Back to Homepage