Get FACe Submission Status
face_statusPoll the current status of a Spanish B2G invoice submitted to FACe. Returns the state code, description, and registration 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 |
|---|---|---|---|
| registroFACe | Yes | FACe registration number | |
| statusCode | Yes | FACe status code (e.g. '1200'=Registrada, '1400'=Contabilizada, '3100'=Rechazada) | |
| statusDescription | Yes | Human-readable FACe status description | |
| rejectionReason | No | Rejection reason if statusCode=3100 |