v1
latestOpenAPI 3.1.02026-07-24170121.2 MBUpdate Invoice Settings
patch/v1/invoicesettings/{invoice_settings_id}
Path parameters
invoice_settings_idstring required
The ID of the invoice settings to be updated.
Headers
Acceptstring required
Indicates which content types, expressed as MIME types, the client is able to understand.
Content-Typestring required
Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded
Request body
Response
200
Example response
{
"data": {
"object": "InvoiceSettings",
"id": "jm67vwa3zmn9ebxr",
"retry_1": "2",
"retry_2": 1,
"retry_3": 1,
"action": "unpaid",
"created_at": 1723751054,
"updated_at": 1726161698
}
}