=== TESTE DO WEBHOOK OPENPIX === 1. Testando webhook SEM headers de autenticação... URL: https://gestor.jf.eng.br/api/webhooks/openpix Payload: { "event": "OPENPIX:CHARGE_COMPLETED", "charge": { "correlationID": "test_1789488486", "transactionID": "txn_6aa96d66660cc", "status": "COMPLETED", "value": 10000, "paidAt": "2026-09-15T13:08:06.000Z" } } Status HTTP: 404 Response Body: { "message": "The route api/webhooks/openpix could not be found." } ❌ FALHOU! Status esperado: 200, recebido: 404 Headers da resposta: HTTP/2 404 date: Tue, 15 Sep 2026 16:08:06 GMT content-type: application/json x-powered-by: PHP/8.3.33 cache-control: no-cache, private access-control-allow-origin: * nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800} vary: Accept-Encoding,User-Agent server: cloudflare x-turbo-charged-by: LiteSpeed cf-cache-status: DYNAMIC report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QZOsyGsoiIwXJyrm90P9LbtJQbEhhJawUqoVkS6yYfGu6Gm4h9nbErbW8Cykp3Tg8PADPD8upZNYSwCja59JQWE29arX7OAD%2BTvlnFuep1SaFNENbdnfpKXOrMWXqvu19V6B"}]} cf-ray: a3b8e3604b6df20f-GRU alt-svc: h3=":443"; ma=86400 2. Testando webhook COM header Authorization... Status HTTP: 404 Response Body: { "message": "The route api/webhooks/openpix could not be found." } ❌ FALHOU! Status esperado: 200, recebido: 404 3. Testando webhook COM HMAC Signature... HMAC Signature: eed90e5b8b5b585d1da0dc380ade8b88c18b59221a35097d0328d0b4a5e2f7d3 Status HTTP: 404 Response Body: { "message": "The route api/webhooks/openpix could not be found." } ❌ FALHOU! Status esperado: 200, recebido: 404 ======================================== ❌ NENHUM TESTE PASSOU ======================================== Verifique: 1. Se a rota /api/webhooks/openpix existe 2. Se o código foi atualizado no servidor 3. Os logs em backend/storage/logs/laravel.log