Skip to main content
PUT
Update an Invoice Render Settings

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

sequence-version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

id
string
required

Invoice settings ID

Body

application/json

Payment link display preference. By default, the payment link is shown.

Available options:
SHOW_PAYMENT_LINK,
HIDE_PAYMENT_LINK
Example:

"HIDE_PAYMENT_LINK"

currencyConversionDisplay
enum<string>

Whether invoices show the regulatory conversion of their totals into the customer's local currency. Omit to leave the current preference unchanged.

Available options:
SHOW_CURRENCY_CONVERSION,
HIDE_CURRENCY_CONVERSION
Example:

"SHOW_CURRENCY_CONVERSION"

Response

OK

id
string
required

Invoice settings ID

Example:

"385f41ab-51f9-49c2-8f25-358545106b88"

Payment link display preference. By default, the payment link is shown.

Available options:
SHOW_PAYMENT_LINK,
HIDE_PAYMENT_LINK
Example:

"HIDE_PAYMENT_LINK"

currencyConversionDisplay
enum<string>
required

Whether invoices show the regulatory conversion of their totals into the customer's local currency. By default, the conversion is shown.

Available options:
SHOW_CURRENCY_CONVERSION,
HIDE_CURRENCY_CONVERSION
Example:

"SHOW_CURRENCY_CONVERSION"