Skip to main content

Update invoice payment status

PUT 

/company/invoices/paid/:_id

Endpoint to mark an invoice as paid or unpaid. Requires valid JWT authentication.

Important notes:

  • Can only update invoices from your own company
  • When marking as paid, the current date/time will be recorded
  • When marking as unpaid, the payment data will be cleared

Request

Responses

Payment status updated successfully