Description
Create a reliable webhook delivery system that notifies external services about payment events (completed, failed, disputed) with retries, signatures, and delivery tracking.
Acceptance Criteria
Technical Scope
- backend/src/services/webhooks.ts
- backend/src/services/webhooks/verification.ts
- backend/src/routes/webhooks.ts
- frontend/app/dashboard/webhooks/page.tsx
- Edge: downstream downtime, payload size limits, duplicate delivery detection
Description
Create a reliable webhook delivery system that notifies external services about payment events (completed, failed, disputed) with retries, signatures, and delivery tracking.
Acceptance Criteria
Technical Scope