---
title: "Preview the upcoming invoice for a subscription"
method: GET
path: "/v1/subscriptions/{id}/upcoming-invoice"
tags: ["Invoices"]
---

# Preview the upcoming invoice for a subscription

`GET /v1/subscriptions/{id}/upcoming-invoice`

Computes what the customer's next invoice will look like, including any
usage charges accumulated so far in the current billing period. Read-only —
no charges, invoices, or line items are persisted.

Tax is computed using the same pipeline as the real invoice generator, so
STRIPE_TAX merchants get accurate previews (at the cost of a tiny Stripe
Tax usage call).

Returns 409 NOT_BILLABLE when the subscription is paused, cancelled, or
already past its period end.

## Path parameters

- `id` string, required

## Response `200`

Default Response

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
