Stripe
StripeInvoicesDetail
Stripe invoice detail view with refund and void admin actions.
StripeInvoicesDetail
Renders the full detail for a single Stripe invoice including line items, customer info, payment status, and admin actions to refund or void the invoice.
Components
<XAdminStripeInvoicesDetail />
Displays complete invoice details with line items and provides refund and void action buttons for admin use.
<XAdminStripeInvoicesDetail :invoiceId="invoiceId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
invoiceId | string | — | Stripe invoice ID |
endpoint | string | '/api/admin/stripe/invoices' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
allowRefund | boolean | true | Show refund action button |
allowVoid | boolean | true | Show void action button |
AI Context
component: XAdminStripeInvoicesDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
use-when: Viewing a Stripe invoice's full line-item breakdown and performing refund or void actions
