Create recurring membership tiers for your project. Members get access to all paid content.
{% if !stripe_connected %}You need to connect your Stripe account before creating subscription tiers. Go to Account Details in your dashboard to connect.
No membership tiers yet. Create one above.
{% else %}| Name | Price | Status | Actions |
|---|---|---|---|
|
{{ tier.name }}
{% if !tier.description.is_empty() %}
{{ tier.description }}
{% endif %}
|
{{ tier.price }} | {% if tier.is_active %} Active {% else %} Inactive {% endif %} | {% if tier.is_active %} {% endif %} |