Invoice History
Subscribd records every charge as anInvoice. Each invoice carries line items, a status, a total, and a PDF download link.
Livewire component
Drop the Livewire component into any authenticated page for a paginated invoice table with PDF download links:Blade component
The static Blade component renders a non-paginated list. Use it in contexts where server-side reactivity is not needed:Accessing invoices programmatically
Invoice properties
Invoice totals
Invoice amounts are returned asMoney objects from the moneyphp/money library:
PDF download
Thepdf_url column is populated automatically for Stripe-hosted checkout invoices and is also populated when the dompdf driver generates a PDF locally:
Invoice line items
Each invoice has one or more line items accessible via thelines relationship:
Next steps
- One-Off Charges — Charge outside a subscription
- Tax — Tax configuration and calculation