id: ObjectId de la cotizacion.cotizacion.idcotizacion.statuscotizacion.rating y cotizacion.scorecotizacion.referenciascotizacion.producto, pricing y plan, si ya existencotizacion.process con state, next_action, pause_reason, can_continue y checkpointscotizacion.notifications.webhooks_registradosnext_action debe usarse como señal principal de control.404 si la cotizacion no existe o no pertenece a la empresa.401 o 403 por problemas de autenticacion o permisos.curl --location 'https://integrations.paydaymx.com/public-api/v1/sales-process/cotizaciones/69fa7b48e65c5ec021a8aeb0' \
--header 'X-Timestamp;' \
--header 'X-Nonce;' \
--header 'X-Signature;' \
--header 'X-Api-Key: <api-key>'{
"cotizacion": {
"id": "69fa7b48e65c5ec021a8aeb0",
"status": "Iniciando Verificacion",
"rating": null,
"score": 0,
"venta_con_inventario": false,
"referencias": {
"total": 0,
"aceptadas": 0,
"rechazadas": 0,
"pendientes": 0,
"minimo_cumplido": false
},
"producto": null,
"pricing": null,
"plan": null,
"process": {
"state": "waiting",
"next_action": "wait_identity_validation",
"pause_reason": "identity_validation_pending",
"can_continue": false,
"checkpoints": {
"referencias_validadas": false,
"oferta_seleccionada": false,
"contrato_firmado": false,
"imei_validado": false
}
},
"notifications": {
"webhooks_registrados": 1
},
"updated_at": "2026-05-05T23:29:31.959Z"
}
}