Summary
Add functionality to either retrieve the status of e-factura sending or enable creation of a webhook for e-factura status changes.
Context
Currently, users lack a straightforward way to determine whether an e-factura (electronic invoice) has been sent or received, or to be alerted when its status changes. Implementing one or both of these features will improve automation and transparency for e-factura processing.
Expected solution
- A method/API endpoint that allows to check the current status of an e-factura.
- OR (preferred) the ability to register a webhook so that relevant systems can be notified automatically when the e-factura status changes (e.g., sent, delivered, accepted, rejected).
Acceptance criteria
- The system provides either a polling endpoint or webhook registration for e-factura status changes.
- Status update includes clear status types and relevant data (e.g., e-factura ID, previous/new status, ANAF indexes, timestamp).
- Documentation is updated to reflect new API/webhook usage.
Summary
Add functionality to either retrieve the status of e-factura sending or enable creation of a webhook for e-factura status changes.
Context
Currently, users lack a straightforward way to determine whether an e-factura (electronic invoice) has been sent or received, or to be alerted when its status changes. Implementing one or both of these features will improve automation and transparency for e-factura processing.
Expected solution
Acceptance criteria