StripeCheckoutEvent

Contents

StripeCheckoutEvent#

App: payments

Idempotency record for processed Stripe webhook events (payments 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