curl -X GET https://sandbox.cucu.bo/api/v1/invoices/a1b2c3d4-e5f6-7890-abcd-ef1234567890/status \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"invoiceNumber": 5,
"cuf": "2872F7294502332E637FABFBC3654EA82202AD48E0969F14EBEB8AF74",
"state": "VALIDATED",
"siatCode": 908,
"siatDescription": "FACTURA VALIDADA",
"emissionType": "NORMAL",
"lastChecked": "2026-02-11T14:30:00"
},
"timestamp": "2026-02-11T14:30:00"
}
Verifica el estado actual de una factura ante el SIAT.
curl -X GET https://sandbox.cucu.bo/api/v1/invoices/a1b2c3d4-e5f6-7890-abcd-ef1234567890/status \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"invoiceNumber": 5,
"cuf": "2872F7294502332E637FABFBC3654EA82202AD48E0969F14EBEB8AF74",
"state": "VALIDATED",
"siatCode": 908,
"siatDescription": "FACTURA VALIDADA",
"emissionType": "NORMAL",
"lastChecked": "2026-02-11T14:30:00"
},
"timestamp": "2026-02-11T14:30:00"
}
| Parametro | Tipo | Req | Descripcion |
|---|---|---|---|
id | string | Si | UUID de la factura |
| Parametro | Tipo | Req | Descripcion |
|---|---|---|---|
X-API-Key | string | Si | Tu API Key |
curl -X GET https://sandbox.cucu.bo/api/v1/invoices/a1b2c3d4-e5f6-7890-abcd-ef1234567890/status \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"data": {
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"invoiceNumber": 5,
"cuf": "2872F7294502332E637FABFBC3654EA82202AD48E0969F14EBEB8AF74",
"state": "VALIDATED",
"siatCode": 908,
"siatDescription": "FACTURA VALIDADA",
"emissionType": "NORMAL",
"lastChecked": "2026-02-11T14:30:00"
},
"timestamp": "2026-02-11T14:30:00"
}
| Estado | Descripcion |
|---|---|
PENDING | Factura creada, pendiente de envio al SIAT |
VALIDATED | Validada exitosamente por el SIAT |
REJECTED | Rechazada por el SIAT (ver codigo de error) |
CANCELLED | Anulada |
CONTINGENCY | Emitida en modo contingencia, pendiente de envio |