Skip to main content
PATCH
Update an invoice

Path Parameters

id
string
required
Example:

"inv_abc123"

Body

application/json
dueDate
string<date-time>
status
enum<string>
Available options:
draft,
open,
paid,
void,
uncollectible

Response

200 - application/json

Invoice updated

The response is of type unknown.