401 Unauthorized response — reauthenticate or check for invalid Business Key.POST /api/v1/invoices/create — sends invoice data to NRS through Qucoon’s gateway.invoiceNumber, invoiceIssueDate, invoiceTotalAmount, etc.GET /invoices/status/{invoiceId} — returns status and acknowledgment details.200 – Successfully transmitted202 – Pending validation400 – Validation error409 – Duplicate invoice500 – System errorGET /invoices/fetch?fromDate&toDate&status — supports filters for date range or status.| Error Code | Meaning | Resolution |
|---|---|---|
| 400 | Invalid or missing fields | Verify mandatory fields (TINs, totals, dates) |
| 401 | Unauthorized | Refresh or reissue token |
| 409 | Duplicate invoice | Use unique invoiceNumber |
| 500 | Internal error | Retry or contact support |
Last Updated: November 2025
Maintained By: Qucoon Compliance & Integration Team
Applies To: APP & SI Implementations
Environments: Sandbox / Production