🚀 Devdraft Launch Week I is live! Sign up for exclusive access and early features. Learn more →
English
Developers
API documentation and developer resources
Update an existing invoice
PUT /api/invoices/{invoice_id}
invoice_id
description
due_date
{ "id": "inv_123456789", "customer_id": "cust_123456789", "amount": 250.00, "currency": "USD", "description": "Updated service invoice", "status": "draft", "due_date": "2023-02-15T00:00:00Z", "created_at": "2023-01-01T00:00:00Z" }