Subscriptions
Slug: subscriptions | Schema: ext_subscriptions | Requires: payments, notifications
Actions
Section titled “Actions”| Action | Access | Description |
|---|---|---|
create-plan | owner | Create a subscription plan |
update-plan | owner | Update a plan |
delete-plan | owner | Delete a plan |
publish-plan | owner | Publish a plan for purchase |
list-plans | public | List published plans |
get-plan | public | View plan details |
list-my-plans | owner | List all your plans including drafts |
add-course-to-plan | owner | Add a course to a plan |
remove-course-from-plan | owner | Remove a course from a plan |
subscribe | authenticated | Subscribe to a plan |
cancel-subscription | authenticated | Cancel your subscription |
list-subscribers | owner | List all subscribers |
list-my-subscriptions | authenticated | List your active subscriptions |
check-access | authenticated | Check if you have access via subscription |
payment-succeeded | admin | Handle payment confirmation webhook |
subscription-renewed | admin | Handle subscription renewal event |
subscription-expired | admin | Handle subscription expiration event |