Stripe
StripeChargesDetail
Stripe charge detail view with refund actions and metadata.
StripeChargesDetail
Renders detailed information for a single Stripe charge including amount, currency, payment method, risk evaluation, and a refund action with partial refund support.
Components
<XAdminStripeChargesDetail />
Displays full charge metadata and provides an admin refund form supporting full or partial refunds.
<XAdminStripeChargesDetail :chargeId="chargeId" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
chargeId | string | — | Stripe charge ID |
endpoint | string | '/api/admin/stripe/charges' | Base API endpoint |
loading | boolean | false | Show loading skeleton |
allowRefund | boolean | true | Show refund action button |
AI Context
component: XAdminStripeChargesDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
use-when: Viewing a single charge's full details and issuing refunds from an admin billing panel
