Consulta CPE
Validar comprobantes electrónicos de manera individual.
Consulta CPE
POST
https://apiperu.dev/api/cpe
Headers
Name | Type | Description |
---|---|---|
Accept | string | application/json |
Content-Type | string | application/json |
Authorization | string | Bearer {token} |
Body
Name | Type | Description |
---|---|---|
ruc_emisor | string | RUC del emisor, 11 dígitos |
codigo_tipo_documento | string | Código tipo de comprobante. |
serie_documento | string | Serie del comprobante. |
numero_documento | string | Número del comprobante. |
fecha_de_emision | string | Fecha de emisión del comprobante (formato yyyy-mm-dd). |
total | number | Monto total del comprobante. |
Ejemplos de uso
Última actualización