From 2de225d3f59df8282061503df68f5b242ca5d10f Mon Sep 17 00:00:00 2001 From: "raul@facturapi.io" Date: Tue, 9 Jun 2026 13:47:54 -0600 Subject: [PATCH] chore(canceled_at): add new field canceled_at to invoice cfdi if status is canceled --- website/openapi_v2.en.yaml | 4 ++++ website/openapi_v2.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/website/openapi_v2.en.yaml b/website/openapi_v2.en.yaml index debc545a4..3d2496877 100644 --- a/website/openapi_v2.en.yaml +++ b/website/openapi_v2.en.yaml @@ -14440,6 +14440,10 @@ components: description: | Current status of the cancellation request, if it has been made. `verifying` means the SAT has received the request and is validating it; Facturapi will keep checking until it changes to a final status. You can read more in the [Cancel Invoice](#tag/invoice/operation/deleteInvoice) section. example: none + canceled_at: + type: string + format: date-time + description: Date close to the time when the CFDI was canceled. verification_url: type: string format: uri diff --git a/website/openapi_v2.yaml b/website/openapi_v2.yaml index 11604cab1..7be11c8a0 100644 --- a/website/openapi_v2.yaml +++ b/website/openapi_v2.yaml @@ -14661,6 +14661,10 @@ components: description: | Estado actual de la solicitud de cancelación, en caso de haberla realizado. Puedes leer más a detalle en la sección de [Cancelar Factura](#tag/invoice/operation/deleteInvoice)). example: none + canceled_at: + type: string + format: date-time + description: Fecha cercana a la hora donde se canceló CFDI verification_url: type: string format: uri