Stripe
StripeCustomersDetail
Stripe customer detail view showing subscriptions, payment methods, and billing history.
StripeCustomersDetail
Renders a full detail page for a single Stripe customer including their active subscriptions, payment methods, recent invoices, and a sync action to pull fresh data from Stripe.
Components
<XAdminStripeCustomersDetail />
Displays all billing information for a Stripe customer with actions to sync, view subscriptions, and manage payment methods.
<XAdminStripeCustomersDetail :customerId="customerId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
customerId | string | — | Stripe customer ID |
endpoint | string | '/api/admin/stripe/customers' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
showSync | boolean | true | Show "Sync from Stripe" action button |
AI Context
component: XAdminStripeCustomersDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
use-when: Displaying a complete billing profile for a single Stripe customer in an admin panel
