Introduction
The Subscriptions module allows you to set up regular payments from users for a fixed set of products in your project. A subscription consists of a set of products and a period — every N days, the cost, calculated as the sum of the prices of the included products, is automatically (or manually) deducted from the user.
Subscription Setup
The Subscriptions section in the left menu contains a list of all subscriptions created in the project. Here you can create new subscriptions, edit existing ones, and delete outdated ones.
User Subscriptions
In the user card (section Users → Edit User), a new tab Subscriptions has been added, displaying a list of all their subscriptions.
Subscription API
There are three endpoints available for managing subscriptions from the client application: subscribing, canceling a subscription, and retrieving the list of active subscriptions for the current user.