StripeWebhookEvent

Contents

StripeWebhookEvent#

App: reports

Idempotency record for processed Stripe webhook events (reports app).

Fields#

Field

Type

Description

event_id

CharField

Stripe event ID (unique)

event_type

CharField

Event type string

processed_at

DateTimeField

Processing timestamp (auto)

success

BooleanField

Whether processing succeeded

error_message

TextField

Error details if failed

stripe_object_id

CharField

Related Stripe object ID

related_purchase_id

IntegerField

Related CrimeDataPurchase ID