---
title: "Changes to Recalculate invoice (voided invoice)"
method: POST
path: "/invoices/{id}/recalculate"
---

# Changes to Recalculate invoice (voided invoice)

`POST /invoices/{id}/recalculate`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 112 revisions.

- **2026-07-15** `f8ecf435d25d` — 3 warning
- **2026-07-09** `7d57386313c7` — 1 breaking, 3 info
- **2026-07-09** `4b1a811c4179` — 1 breaking, 3 warning
- **2026-05-18** `8ec2edea6b20` — 6 warning
- **2026-04-06** `95af41a12111` — 6 warning, 12 info
- **2026-03-20** `d563556cdaf1` — 1 breaking, 1 warning, 1 info

## Changes

- **2026-07-15** `f8ecf435d25d` — 3 warning
  - added the new `not_implemented` enum value to the `code` response property for the response status `400`
  - added the new `not_implemented` enum value to the `code` response property for the response status `404`
  - added the new `not_implemented` enum value to the `code` response property for the response status `500`
- **2026-07-09** `7d57386313c7` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `202`
  - added the optional property `message` to the response with the `202` status
  - added the optional property `run_id` to the response with the `202` status
  - added the optional property `workflow_id` to the response with the `202` status
- **2026-07-09** `4b1a811c4179` — 1 breaking, 3 warning
  - the response's body type changed from `object` to no type for status `202`
  - removed the optional property `message` from the response with the `202` status
  - removed the optional property `run_id` from the response with the `202` status
  - removed the optional property `workflow_id` from the response with the `202` status
- **2026-05-18** `8ec2edea6b20` — 6 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `too_many_requests` enum value to the `code` response property for the response status `400`
  - 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`
- **2026-04-06** `95af41a12111` — 6 warning, 12 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
  - removed the optional property `success` from the response with the `400` status
  - removed the optional property `success` from the response with the `404` status
  - removed the optional property `success` from the response with the `500` status
  - added the optional property `code` to the response with the `400` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to the response with the `500` status
  - added the optional property `details` to the response with the `400` status
  - added the optional property `details` to the response with the `404` status
  - added the optional property `details` to the response with the `500` status
  - added the optional property `http_status_code` to the response with the `400` status
  - added the optional property `http_status_code` to the response with the `404` status
  - added the optional property `http_status_code` to the response with the `500` status
  - added the optional property `message` to the response with the `400` status
  - added the optional property `message` to the response with the `404` status
  - added the optional property `message` to the response with the `500` status
- **2026-03-20** `d563556cdaf1` — 1 breaking, 1 warning, 1 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `finalize`
  - added the success response with the status `202`

---

[Operation](https://skmtc.dev/flexprice/apis/flexprice-api/docs/invoices/:id/recalculate/post.md) · [API](https://skmtc.dev/flexprice/apis/flexprice-api.md) · [Page](https://skmtc.dev/flexprice/apis/flexprice-api/changes/invoices/:id/recalculate/post)
