cURL
curl --request GET \ --url https://rest.yafacture.com/impuestos-calculos \ --header 'x-api-key: <api-key>'
[ { "emisorId": "<string>", "fechaImpuesto": 123, "iva": 0, "isr": 0, "fechaCreacion": "2023-11-07T05:31:56Z" } ]
X-API-Key authentication header for the development token generated in Yafacture
Identificador único del emisor
Fecha del impuesto (timestamp)
IVA (Impuesto al Valor Agregado)
ISR (Impuesto Sobre la Renta)
Fecha de creación del registro