• Register

Retrieve Invoice Status by ID

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

1. Invoice Status v1

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

2. Invoice Status v2

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
invoiceUUID String Invoice UUID
statusDocumentSender String Status Document Sender
statusDocumentReceiver String Status Document Receiver
documentType String Document Type
externalLink String External Link
file String File
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
status/ADDITIONAL_PROPERTIES(0...∞) Array List of additional properties
Name String Name of the additional property
Value String Value of the additional property

Response Example

2.1 Status Filter

Request URI

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

2.1.1 Retrieve Invoice QR Code by ID (filter=QRCODE)

Response Structure

Field Type Description
status(0...∞) Array List of invoice status objects
invoiceUUID String Invoice universally unique identifier
externalLink String QRCODE link
status/ADDITIONAL_PROPERTIES(0...∞) Array List of additional properties
Name String Name of the additional property
Value String Value of the additional property

Response Example

Docs Navigation