stripe_webhook_handler
Create a Stripe webhook handler that verifies signatures and routes events to your chosen framework.
Instructions
Generate a Stripe webhook handler with signature verification and event routing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Stripe event types to handle | |
| api_key | No | API key for authentication | |
| framework | No | nextjs | |
| endpoint_path | No | /api/webhooks/stripe |