Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions website/openapi_v2.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Comment on lines +14443 to +14446
verification_url:
type: string
format: uri
Expand Down
4 changes: 4 additions & 0 deletions website/openapi_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment on lines +14664 to +14667
verification_url:
type: string
format: uri
Expand Down