Billing History
View and download all your invoices and transactions
{{ paidCount }}
Paid Invoices
${{ totalSpent.toFixed(0) }}
Total Spent
{{ pendingCount }}
Pending
{{ refundedCount }}
Refunded
Loading your invoices...
| Invoice # | Plan / Type | Credits | Amount | Method | Date | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ inv.invoiceNumber }} | {{ inv.planName }} | {{ formatNumber(inv.creditsGranted) }} — | ${{ (inv.total || 0).toFixed(2) }} | {{ getMethodName(inv.paymentMethod) }} | {{ formatDateShort(inv.createdAt) }} | {{ inv.status }} |
Showing {{ (currentPage - 1) * pageSize + 1 }}–{{ Math.min(currentPage * pageSize, filteredInvoices.length) }} of {{ filteredInvoices.length }} invoices