---
title: "Changes to Get invoice"
method: GET
path: "/api/v1/invoices/{invoice_id}"
---

# Changes to Get invoice

`GET /api/v1/invoices/{invoice_id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 7 of 54 revisions.

- **2026-08-27** (v1) `03f9d8ae5c5e` — 2 info
- **2026-08-21** (v1) `174308f2d7c7` — 2 warning
- **2026-03-27** (v1) `de35c02bb0d2` — 29 warning, 27 info
- **2026-01-20** (v1) `665f680338b5` — 2 info
- **2025-12-17** (v1) `2244ec0dabe3` — 1 breaking, 3 warning, 1 info
- **2025-10-13** (v1) `76f228b9e0eb` — 1 info
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking

## Changes

- **2026-08-27** (v1) `03f9d8ae5c5e` — 2 info
  - added the optional property `tax_breakdown/items/exemption_reason` to the response with the `200` status
  - added the optional property `tax_breakdown/items/tax_reference` to the response with the `200` status
- **2026-08-21** (v1) `174308f2d7c7` — 2 warning
  - added the new `PROCESSING` enum value to the `payment_status` response property for the response status `200`
  - added the new `REFUNDED` enum value to the `transactions/items/status` response property for the response status `200`
- **2026-03-27** (v1) `de35c02bb0d2` — 29 warning, 27 info
  - added the new `ADJUSTMENT` enum value to the `invoice_type` response property for the response status `200`
  - added the new `BANK_TRANSFER` enum value to the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - added the new `CANCELLED` enum value to the `transactions/items/status` response property for the response status `200`
  - added the new `CARD` enum value to the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - added the new `DRAFT` enum value to the `status` response property for the response status `200`
  - added the new `ERRORED` enum value to the `payment_status` response property for the response status `200`
  - added the new `FAILED` enum value to the `transactions/items/status` response property for the response status `200`
  - added the new `FINALIZED` enum value to the `status` response property for the response status `200`
  - added the new `NOT_REGISTERED` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - added the new `ONE_OFF` enum value to the `invoice_type` response property for the response status `200`
  - added the new `OTHER` enum value to the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - added the new `PAID` enum value to the `payment_status` response property for the response status `200`
  - added the new `PARTIALLY_PAID` enum value to the `payment_status` response property for the response status `200`
  - added the new `PAYMENT` enum value to the `transactions/items/payment_type` response property for the response status `200`
  - added the new `PENDING` enum value to the `transactions/items/status` response property for the response status `200`
  - added the new `READY` enum value to the `transactions/items/status` response property for the response status `200`
  - added the new `RECURRING` enum value to the `invoice_type` response property for the response status `200`
  - added the new `REFUND` enum value to the `transactions/items/payment_type` response property for the response status `200`
  - added the new `REVERSE_CHARGE` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - added the new `SETTLED` enum value to the `transactions/items/status` response property for the response status `200`
  - added the new `TAX_EXEMPT` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `404`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `500`
  - added the new `UNCOLLECTIBLE` enum value to the `status` response property for the response status `200`
  - added the new `UNPAID` enum value to the `payment_status` response property for the response status `200`
  - added the new `USAGE_THRESHOLD` enum value to the `invoice_type` response property for the response status `200`
  - added the new `VOID` enum value to the `status` response property for the response status `200`
  - added the new `WALLET` enum value to the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - added the non-success response with the status `429`
  - removed the `Adjustment` enum value from the `invoice_type` response property for the response status `200`
  - removed the `BankTransfer` enum value from the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - removed the `Cancelled` enum value from the `transactions/items/status` response property for the response status `200`
  - removed the `Card` enum value from the `transactions/items/payment_method_info/oneOf[#/components/schemas/PaymentMethodInfo]/payment_method_type` response property for the response status `200`
  - removed the `Draft` enum value from the `status` response property for the response status `200`
  - removed the `Errored` enum value from the `payment_status` response property for the response status `200`
  - removed the `Failed` enum value from the `transactions/items/status` response property for the response status `200`
  - removed the `Finalized` enum value from the `status` response property for the response status `200`
  - removed the `NotRegistered` enum value from the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - removed the `OneOff` enum value from the `invoice_type` response property for the response status `200`
  - …16 more
- **2026-01-20** (v1) `665f680338b5` — 2 info
  - api tag `Invoices` added
  - api tag `invoice` removed
- **2025-12-17** (v1) `2244ec0dabe3` — 1 breaking, 3 warning, 1 info
  - the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `NotRegistered` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - added the new `ReverseCharge` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - added the new `TaxExempt` enum value to the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property for the response status `200`
  - removed `subschema #1, subschema #2, subschema #3, subschema #4` from the `tax_breakdown/items/exemption_type/oneOf[#/components/schemas/TaxExemptionType]/` response property `oneOf` list for the response status `200`
- **2025-10-13** (v1) `76f228b9e0eb` — 1 info
  - endpoint added
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/meteroid-oss/apis/meteroid/docs/api/v1/invoices/:invoice_id/get.md) · [API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [Page](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/invoices/:invoice_id/get)
