X Enterprises
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

PropTypeDefaultDescription
customerIdstringStripe customer ID
endpointstring'/api/admin/stripe/customers'Base API endpoint
loadingbooleanfalseShow loading skeleton
showSyncbooleantrueShow "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
Copyright © 2026