📄️ Cancel a Subscription
Cancels specified either immediately or at the end of the Subscription based on query parameters.
📄️ Get a Subscription
Returns the details of a single Subscription.
📄️ Get all invoices on a Subscription
Returns an array of invoices on a Subscription
📄️ Get cancel payment link
Returns a URL which will open an account management dashboard based on the Subscription payment integration (e.g. Stripe). In the dashboard allow a user to cancel their Subscription.
📄️ Get Customer Portal Link
Returns a URL which will open an account management dashboard based on the Subscription payment integration (e.g. Stripe).
📄️ Get update payment link
Returns a URL which will open an account management dashboard based on the Subscription payment integration (e.g. Stripe). In the dashboard allow a user to update their payment details.
📄️ Get updatable Plans
Returns a list of Plans where the current Subscription could be upgraded/downgraded to.
📄️ Update a Subscription
Move a Subscription to another Plan
📄️ Create Seats
Used to increase quantity and then create unassigned Licenses on Subscription.
📄️ Remove Seats
Used to decrease quantity and then cancel unassigned Licenses on Subscription.