Invoices

Mark an invoice as paid

Mark an invoice as paid (required scope finance:write)

put/v1/finance/invoices/{invoiceId}/paid

Path parameters

invoiceIdinteger required

Headers

Customer-Idinteger required

The customer identifier

Request body

paidAtstring date-time nullable

The UTC date and time when the invoice was paid, if omitted the current date and time will be used

Response

No Content