Skip to content

Stub: Stripe Webhook Integration (Ready for Go-Live) #1295

@jaypatrick

Description

@jaypatrick

Stub out Stripe webhook integration for upcoming billing support:

  • Add /api/webhook/stripe endpoint using raw body mode (context.req.text())
  • Import and wire up basic logic per hono-stripe example (verify signature, parse event)
  • Add TODO comments for on-live activation and switching to relevant business logic
  • Reference: https://hono.dev/examples/stripe-webhook/

Extendable for planned paid tiers; also serves as pattern for future HMAC-verified webhooks (e.g., GitHub, others).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions