Subscriptions list
The Subscriptions list component renders a customer’s active subscriptions with cancel, renew, and view actions. Use it when you want to embed subscription management into your product.

Overview
Subscriptions list is driven by a portalObject your backend generates for a specific customer. The SDK uses it to fetch and display that customer’s subscriptions. Your frontend never handles API keys directly.
Each subscription row can show a view details button, a cancel button, and a renew button, all configurable independently. You can also cap the number of subscriptions shown and optionally display a “View all” button.
Mount the component
Subscriptions list component
Configuration
Events
Subscriptions list fires action-request DOM events when the customer interacts with subscription actions.
Handling action requests