Skip to main content
GET
Get Invoice

Authentication

This endpoint requires authentication. Include your access token in the Authorization header.

Path Parameters

string
required
The unique identifier of the invoice to retrieve

Response

string
Unique identifier for the invoice
string
Profile ID this invoice belongs to
string
CFDI UUID (Folio Fiscal)
string
Invoice date in ISO format
number
Month extracted from invoice date (1-12)
number
Year extracted from invoice date
number
Total amount of the invoice
number
Subtotal before taxes
number
IVA percentage rate
number
IVA transferred amount (impuesto trasladado)
number
IVA withholding amount
number
ISR withholding amount
enum
Payment type: PUE (payment in one exhibit), PPD (payment in installments), or COMPLEMENTO_PAGO (payment complement)
string
RFC of the issuer
string
Name of the issuer
string
Tax regime code of the issuer
string
RFC of the recipient
string
Name of the recipient
string
Tax regime code of the recipient
string
Invoice concept or description
array
Array of payment records
object
Payment complement information (for COMPLEMENTO_PAGO type)
object
Validation results
object
Payment status details
object
Profile information
string
Creation timestamp in ISO format
string
Last update timestamp in ISO format

Example Request

Example Response

Error Responses