Skip to main content

Get details of a specific invoice

GET 

/company/invoices/:id

Endpoint to retrieve the complete details of a specific invoice by its ID. Requires valid JWT authentication.

Use cases:

  • View complete invoice details
  • Verify payment status
  • Transaction audit

Request

Responses

Invoice details retrieved successfully.