Tag: stripe

Fixing Stripe webhook invalid signature error on Cloudflare

If you're getting a 400 Bad Request with "Invalid signature" from your Stripe webhook on Cloudflare Workers or Cloudflare Pages, the actual problem might not be your webhook secret at all. The symptom# The Stripe webhook endpoint returns: 400 Bad Request Invalid signature In St…