• Register

Retrieve Invoice Status by ID

This API allows to retrieve the status of a specific invoice using invoice number.

Request URI

Path Parameter Type Mandatory Description
invoiceNumber String Y Unique identifier for the invoice

Response Structure

Field Type Description
status(0...∞) Array List of invoice status objects
invoiceNumber String Invoice Number
status String Status of the invoice
statusDocumentDate String Status Document Date
statusDocumentSituationChangeDate String Status Situation Change Date
createdDate String Creation date
lastModified String Last modified date

Response Example

Docs Navigation