Stripe
StripeSubscriptions
Subscription management list for admin Stripe billing oversight.
StripeSubscriptions
Renders a paginated table of Stripe subscriptions with plan name, customer, status, billing period, MRR, and links to subscription detail views.
Components
<XAdminStripeSubscriptions />
Displays all Stripe subscriptions with status filters (active, trialing, past_due, canceled) and search by customer.
<XAdminStripeSubscriptions />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
endpoint | string | '/api/admin/stripe/subscriptions' | API endpoint for subscription list |
loading | boolean | false | Show loading skeleton |
pageSize | number | 25 | Number of subscriptions per page |
customerId | string | undefined | Filter subscriptions by a specific customer |
showFilters | boolean | true | Show status filter controls |
AI Context
component: XAdminStripeSubscriptions
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
use-when: Listing and filtering Stripe subscriptions in an admin billing management section
