Chargebee Webhooks When to Use This Skill - Setting up Chargebee webhook handlers - Debugging Basic Auth verification failures - Understanding Chargebee event types and payloads - Processing subscription billing events Essential Code Chargebee uses Basic Authentication for webhook verification. Here's how to implement it: Express.js Next.js (App Router) FastAPI Common Event Types ⚠️ WARNING: Verify Event Names! The event type names below are examples and MUST be verified against the Chargebee API documentation for your specific Chargebee configuration. Event names can vary significantly betwe…