API referenceDocumentsInvoices
Archive invoice
Archives or restores a CFDI without changing its fiscal status.
- Endpoint
PUT /v1/invoices/{documentRef}/archive- Authorization
- Required permission: `invoices:manage`.
- Environments
- Production and sandbox
- Idempotency
- Required for safe retries.
- Common next step
Cancel invoice POST
Requests cancellation of a stamped CFDI using the supplied SAT reason.
List withholdings GET
Lists withholding documents with the documented date, status, search, and pagination controls. A page can hold fewer results than requested, or none, while hasMore is true; keep following nextCursor until hasMore is false.