---
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

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
