Retrieve a single invoice by its Stripe invoice ID. This endpoint returns the raw Stripe invoice object.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/useautumn/autumn/llms.txt
Use this file to discover all available pages before exploring further.
This is a read-only endpoint. Invoices are automatically created when customers subscribe to plans or make payments through the billing system.
Path Parameters
The Stripe invoice ID (e.g.,
in_1A2B3C4D5E6F7G8H)Response
Returns a Stripe invoice object with the following key properties:The Stripe invoice ID
The Stripe customer ID
The invoice status. Possible values:
draft, open, paid, void, uncollectibleThe total amount in cents
Three-letter ISO currency code (e.g.,
usd)Timestamp when the invoice was created (Unix timestamp in seconds)
URL to the Stripe-hosted invoice page where customers can view and pay
Line items included in the invoice
The Stripe subscription ID if this invoice is for a subscription
Any discount applied to the invoice