curl --request PUT \
--url https://dev.seqhq.io/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
curl --request PUT \
--url https://dev.seqhq.io/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"
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Invoice settings ID
Payment link display preference. By default, the payment link is shown.
SHOW_PAYMENT_LINK, HIDE_PAYMENT_LINK "SHOW_PAYMENT_LINK"