List recent invoices
GET
https://app.speybooks.com/api/v1/billing/invoicesLists the organisation's recent Stripe invoices, newest first, for display on the billing page. Stripe drafts and voids are excluded: drafts are Stripe-internal until finalised, and voids are noise on a customer-facing list. Amounts are integer minor units (pence) passed through verbatim, with no arithmetic on this path. Each invoice carries a Stripe-hosted page URL and a direct PDF link.
An organisation that has not yet completed checkout has no Stripe customer and receives an empty list, not an error. Full invoice history and payment-method management live in the billing portal (createBillingPortalSession).
Response
200Recent Stripe invoices for the organisation, newest first. Empty until the first invoice is finalised.
Show response fields
invoicesarray<object>Show child attributes
createdstringISO 8601 creation timestamp
currencystringISO currency code, lowercase (gbp)
hostedInvoiceUrlstringnullableStripe-hosted invoice page
idstringStripe invoice id
invoicePdfstringnullableDirect PDF download URL
numberstringnullableHuman-readable invoice number
statusstringInvoice status (draft and void are never listed)
openpaiduncollectibletotalPenceintegerInvoice total in minor units (pence)