Get Invoice
Invoices
Get Invoice
Retrieve a single invoice by its ID
GET
Get Invoice
Documentation Index
Fetch the complete documentation index at: https://docs.contafy.com.mx/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires authentication. Include your access token in the Authorization header.Path Parameters
The unique identifier of the invoice to retrieve
Response
Unique identifier for the invoice
Profile ID this invoice belongs to
CFDI UUID (Folio Fiscal)
Invoice date in ISO format
Month extracted from invoice date (1-12)
Year extracted from invoice date
Total amount of the invoice
Subtotal before taxes
IVA percentage rate
IVA transferred amount (impuesto trasladado)
IVA withholding amount
ISR withholding amount
Payment type:
PUE (payment in one exhibit), PPD (payment in installments), or COMPLEMENTO_PAGO (payment complement)RFC of the issuer
Name of the issuer
Tax regime code of the issuer
RFC of the recipient
Name of the recipient
Tax regime code of the recipient
Invoice concept or description
Array of payment records
Payment complement information (for COMPLEMENTO_PAGO type)
Validation results
Payment status details
Profile information
Creation timestamp in ISO format
Last update timestamp in ISO format
Example Request
Example Response
Error Responses
401 Unauthorized
404 Not Found
403 Forbidden
500 Internal Server Error