cURL
curl --request PUT \ --url https://eu.sequencehq.com/api/invoices/render-settings/{id} \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "paymentLinkDisplay": "SHOW_PAYMENT_LINK" }'
{ "id": "385f41ab-51f9-49c2-8f25-358545106b88", "paymentLinkDisplay": "SHOW_PAYMENT_LINK" }
Update an Invoice Render Settings
Your API credentials. Eg. Basic {credentials}.
Basic {credentials}
Use this header to select an API version
2024-07-30
Invoice settings ID
OK
The response is of type object.
object