SubscriptionTier

SubscriptionTier#

App: payments

Defines subscription tiers (data, reader, premium) with dual-mode Stripe price mappings (test/live).

Fields#

Field

Type

Description

tier_id

CharField

Tier key (choices: data, reader, premium)

name

CharField

Display name

description

TextField

Tier description

price_eur

DecimalField

Monthly display price in EUR

stripe_price_id_test

CharField

Stripe price ID for test mode

stripe_price_id_live

CharField

Stripe price ID for live mode

includes_data

BooleanField

Unlocks data products

includes_reading

BooleanField

Unlocks reading material

includes_ebooks

BooleanField

Unlocks ebook downloads

is_active

BooleanField

Whether this tier is currently offered

sort_order

PositiveIntegerField

Display ordering

created_at

DateTimeField

Creation timestamp (auto)

updated_at

DateTimeField

Last update timestamp (auto)

Relationships#

  • Subscription

  • GuestSubscription