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

PropTypeDefaultDescription
chargeIdstringStripe charge ID
endpointstring'/api/admin/stripe/charges'Base API endpoint
loadingbooleanfalseShow loading skeleton
allowRefundbooleantrueShow 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
Copyright © 2026