---
title: "Update an Invoice Render Settings"
method: PUT
path: "/invoices/render-settings/{id}"
tags: ["Invoice Settings"]
---

# Update an Invoice Render Settings

`PUT /invoices/render-settings/{id}`

Update an Invoice Render Settings

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required
- `sequence-version` '2024-07-30'

## Request body

- UpdateInvoiceRenderSettingsEndpointUpdateInvoiceRenderSettingsRequestModel
  - `paymentLinkDisplay` 'SHOW_PAYMENT_LINK' | 'HIDE_PAYMENT_LINK', required
  - `currencyConversionDisplay` 'SHOW_CURRENCY_CONVERSION' | 'HIDE_CURRENCY_CONVERSION'

## Response `200`

OK

- UpdateInvoiceRenderSettingsEndpointProductUpdateInvoiceRenderSettingsResponseModel
  - `id` string, required — Invoice settings ID
  - `paymentLinkDisplay` 'SHOW_PAYMENT_LINK' | 'HIDE_PAYMENT_LINK', required
  - `currencyConversionDisplay` 'SHOW_CURRENCY_CONVERSION' | 'HIDE_CURRENCY_CONVERSION', required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-07-31** `2fa300409e19` — 2 info
  - added the new optional request property `currencyConversionDisplay`
  - added the required property `currencyConversionDisplay` to the response with the `200` status
- **2026-06-17** `d01512162768` — 1 warning, 1 info
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`
- **2026-06-16** `12ab2101be2a` — 1 warning, 1 info
  - deleted the `header` request parameter `sequence-version`
  - added the new optional `header` request parameter `Sequence-Version`
- **2026-06-16** `c5cfe471a2b3` — 1 warning, 1 info
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/invoices/render-settings/:id/put.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
