---
title: "Webhook Signaturit Callback"
method: POST
path: "/api/signaturit/webhook/signaturit_callback"
tags: ["external_services"]
---

# Webhook Signaturit Callback

`POST /api/signaturit/webhook/signaturit_callback`

Webhook callback que recibe notificaciones de Signaturit cuando cambia el estado de una firma

🔄 Lógica implementada cuando el cliente firma o rechaza:
1. Buscar registro en presup_datos_presupuesto_cliente por signaturit_id
2. Actualizar signaturit_status a "completed" o "rejected"
3. Actualizar estado_id en presup_presupuestos:
   - 8 si completed (firmado)
   - 6 si rejected (rechazado)
4. Si completed, actualizar datos_presupuesto_firmado_id

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
