Skip to main content

Update invoice payment details

PUT 

/company/invoices/payment/:_id

Endpoint to update the full payment details of an invoice. Requires valid JWT authentication.

Important notes:

  • Can only update invoices from your own company
  • If marked as paid, payment method and date must be provided
  • The date must be in UTC format
  • The payment method must be one of the supported types (transfer, card, cash)

Request

Responses

Payment details updated successfully