Get FACe Submission Status
face_statusCheck the status of a Spain B2G invoice submission on FACe. Returns the current state code, description, and registro number.
Instructions
Poll the status of a FACe (Spain B2G) invoice submission. Returns the current FACe portal state code, description, and the registro number.
Common FACe status codes: • 1200 — Registrada / Registered (submission received) • 1300 — En proceso de contabilización / In accounting (being processed) • 1400 — Contabilizada / Accounted (approved, awaiting payment) • 2400 — Anulada / Cancelled • 3100 — Rechazada / Rejected (check rejectionReason)
/ Consulta el estado de un envío a FACe. Devuelve el código de estado, descripción y número de registro.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoiceId | Yes | Frihet invoice ID (same as used in face_submit) / ID de la factura |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codigo | Yes | FACe status code (e.g. '1200'=Registrada, '1400'=Contabilizada, '3100'=Rechazada) | |
| motivo | Yes | Reason/motive associated with the current status (e.g. rejection motive) | |
| descripcion | Yes | Human-readable FACe status description | |
| numeroRegistro | Yes | FACe registration number for this submission | |
| estadoTramitacion | Yes | FACe processing-state code (estado de tramitación) |