v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Update 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

actionstring
retry_1string
retry_2string
retry_3string

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