nuxt-x-app-admin
Stripe Charges Detail
Stripe charge detail view with partial-refund prompt and risk-level indicator.
Stripe Charges Detail
Stripe charge detail view with partial-refund prompt and risk-level indicator.
Components
<XAdminStripeChargesDetail />
Props, events, and behaviour reflect the actual <script setup> of XAdmin/Stripe/Charges/Detail.vue in @xenterprises/nuxt-x-app-admin.
<XAdminStripeChargesDetail />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
chargeId | String | REQUIRED | ID of the charge to display. |
endpoint | String | 'admin/stripe/charges' | Base API endpoint. |
Emits
| Event | Payload | Description |
|---|---|---|
refund | varies | Fired when a refund is processed / confirmed. |
view-customer | varies | Fired when 'View customer' is requested. |
AI Context
component: XAdminStripeChargesDetail
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
source: app/components/XAdmin/Stripe/Charges/Detail.vue
use-when: Stripe charge detail view with partial-refund prompt and risk-level indicator.
