v1

latestOpenAPI 3.1.02026-07-22733584.5 KB
Invoicing

Create or update a recurring invoice template

Creates a recurring invoice template (or updates one via template_id). cadence_months is an integer number of months between issues; draft carries the same shape as the invoice-draft input (integer cents, basis points, decimal-string quantities). Requires a write-scoped key.

post/invoice-recurring

Request body

customer_idstring

Target company. Optional for API keys.

template_idstring

Existing template to update; omit to create.

namestring required
cadence_monthsinteger required

Months between issues.

next_issue_datestring required

Next issue date, YYYY-MM-DD.

Response

Template created or updated.

object required