E invoicing

Confirm Invoice Status Directly With NRS

GET
/api/e-invoicing/invoices/{reference}/confirm
AuthorizationBearer <token>

In: header

Path Parameters

reference*string

Invoice reference number (IRN)

Response Body

application/json

curl -X GET "https://example.com/api/e-invoicing/invoices/string/confirm"
{
  "reference": "DUP00000001-2A3A045D-20240123",
  "issueDate": "2026-08-07",
  "dueDate": null,
  "syncDate": "2026-08-07",
  "paymentStatus": "PENDING",
  "entryStatus": "NEW_ENTRY",
  "transmitted": false,
  "delivered": false
}
Empty
Empty
Empty
Empty

How is this guide?

Last updated on