X Enterprises
Stripe

StripeCharges

Charge and payment history table for admin Stripe management.

StripeCharges

Renders a paginated table of Stripe charges/payments with amount, status, customer, date, and a link to each charge's detail view for refunds.

Components

<XAdminStripeCharges />

Displays a sortable, filterable list of Stripe charges with status badges (succeeded, failed, refunded) and export capability.

<XAdminStripeCharges />

Props

PropTypeDefaultDescription
endpointstring'/api/admin/stripe/charges'API endpoint for charge list
loadingbooleanfalseShow loading skeleton
pageSizenumber25Number of charges per page
customerIdstringundefinedFilter charges by a specific customer
showFiltersbooleantrueShow status and date filter controls

AI Context

component: XAdminStripeCharges
package: "@xenterprises/nuxt-x-app-admin"
category: Stripe
use-when: Listing payment and charge history in an admin Stripe billing section
Copyright © 2026