Skip to main content
Stripe webhook event processing entity Tracks Stripe webhook events for idempotent processing.

Fields

Core Fields

Processing Fields

System Fields

Handled Event Types

Business Rules

  • Events are idempotent (check stripeEventId)
  • Failed events retry up to 3 times
  • Events logged for audit trail

Features

Stripe Webhook Event

Acceptance Criteria

Frontend
  • Admin/client UI can view and manage Stripe Webhook Event records where applicable.
Backend / API
  • CRUD operations exist for Stripe Webhook Event (create, read, update, delete/archive).
Permissions
  • Access is restricted to appropriate roles (tenant-scoped).
Business Rules
  • Fields and relationships documented on this page are enforced for Stripe Webhook Event.
Error Handling
  • Invalid payloads return field-level validation errors.