{
"message": "Invoice retrieved successfully",
"data": {
"uuid": "invoice_1234567890",
"client": {
"id": "client_1234567890",
"name": "Juan Pérez García",
"email": "juan.perez@ejemplo.com",
"tax_id": "PEGJ800101ABC"
},
"status": "stamped",
"currency": "MXN",
"exchange_rate": 1,
"total": 1160,
"subtotal": 1000,
"taxes": 160,
"discount": 0,
"series": "A",
"folio_number": 123,
"invoice_type": "I",
"payment_method": "PUE",
"verification_url": "https://verificacfdi.facturaelectronica.sat.gob.mx/default.aspx",
"created_at": 1677651234,
"livemode": true,
"owner": "user_1234567890"
}
}