Read invoices
Fetch invoices from your authenticated backend withGET /api/v1/invoices?customer_id={id}. Derive the customer from the logged-in user or workspace rather than browser input.
Typical states include draft, open, paid, void, and uncollectible.
Lifecycle
- Nozle calculates recurring and usage charges.
- The invoice is created according to the plan’s billing timing.
- Stripe collects payment when configured.
- Verified payment events update invoice and subscription state.
- The invoice PDF becomes available for customer delivery.