Billing - Invoices
Get Invoice or Upcoming Invoice
Retrieves details for a specific past invoice (using in_...
ID) OR the upcoming invoice for a subscription (using sub_...
ID). Requires billing:view
scope.
GET
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Path Parameters
The Stripe Invoice ID (in_...
) or Subscription ID (sub_...
) for upcoming invoice.
Response
200
application/json
Invoice details.
The response is of type object
.