Subscription Tiers
Location: MediaBlaster → Subscriptions → Tiers tab
Tiers are your subscription plans — e.g. Basic, Premium, Annual. Each tier defines price, billing interval, trial days, linked access groups, and Stripe Price IDs for checkout.
Creating a tier
- Open the Tiers tab and click Add New (or edit an existing row).
- Fill in:
- Name — display name on
[wpst_subscribe]and account pages - Slug — URL-safe identifier (auto-generated from name if empty)
- Description — optional plan summary
- Price and Currency — shown to subscribers (Stripe charges use mapped Price IDs)
- Billing interval — month, year, etc.
- Trial days — free trial length; passed to Stripe checkout when configured
- Active — inactive tiers are hidden from subscribe UI
- Name — display name on
- Assign Access Groups that this tier unlocks.
- Set Stripe test Price ID and Stripe live Price ID (
price_...from Stripe Dashboard) for the modes you use. - Save — confirm the success notice and verify the row appears in the list.
Stripe Price IDs
Each active tier needs a Stripe Price ID matching your current Mode (test or live) under Payment Providers.
Without a mapped Price ID, logged-in users will not see a Subscribe button for that tier (admins see a warning on the subscribe page).
Create Products and Prices in Stripe Dashboard, then paste the Price ID into the tier editor.
Access groups
Link one or more Access Groups to a tier. Subscribers on that tier receive entitlements for all linked groups.
Individual videos can also require a specific tier or group via the Subscription Access metabox.
Related guides
- Stripe Checkout Setup
- Subscribers — manual tier assignment