v1
latestOpenAPI 3.0.02026-08-068926279.2 KBRecurring Invoices
Create a recurring invoice
Creates a new recurring invoice template
post/invoices/recurring
Request body
Response
Recurring invoice created
Example response
{
"id": 1,
"client_id": 1,
"project_id": 1,
"document_id": "REC-001",
"payment_due": 30,
"frequency": "Monthly",
"delivery": "send",
"subtotal": 1500,
"total": 1500,
"online_payment": true
}