---
title: "Get upcoming billing invoice"
method: GET
path: "/organizations/{organizationID}/billing/invoices/upcoming"
tags: ["Billing"]
---

# Get upcoming billing invoice

`GET /organizations/{organizationID}/billing/invoices/upcoming`

Retrieves the upcoming billing invoice for the specified organization's active subscription. Organizations are expected to have at most one active subscription.

## Response `200`

Upcoming billing invoice

- BillingUpcomingInvoiceResponse
  - `created_at` string, date-time, required
  - `amount_due` number, double, required — Decimal amount due.
  - `currency` string, required
  - `target_date` string, date-time, required
  - `subtotal` number, double, required — Decimal subtotal.
  - `total` number, double, required — Decimal total.
  - `hosted_invoice_url` string, uri, nullable, required

## Other responses

- `401` — Error returned when authentication or authorization fails
- `403` — Error returned when authentication or authorization fails
- `404` — Generic error response
- `5XX` — Unexpected Error

## Changes

- **2026-07-14** `fcbf82ebfc05` — 1 warning
  - deleted the `path` request parameter `organizationID`
- **2026-06-12** `e6cf7c4377e3` — 1 info
  - endpoint added
- **2026-04-15** `a2cc5189d200` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/xataio/apis/xata-api/changes/organizations/:organizationID/billing/invoices/upcoming/get.md)

---

[API](https://skmtc.dev/xataio/apis/xata-api.md) · [All operations](https://skmtc.dev/xataio/apis/xata-api/llms.txt) · [OpenAPI document](https://skmtc.dev/xataio/apis/xata-api/revisions/373e7790d059?raw)
