up
This commit is contained in:
@@ -20,6 +20,9 @@ func RutasPublicas(web fiber.Router) {
|
||||
web.Post("/webhooks/bold", apiControllers.BoldWebhook)
|
||||
// dLocal requiere respuesta HTTP 200 inmediata.
|
||||
web.Post("/webhooks/dlocal", apiControllers.DlocalWebhook)
|
||||
// Webhook entrante por integración SaaS (token único por config)
|
||||
web.Post("/webhooks/saas-in/:token", controllers.SaasWebhookInHandler)
|
||||
web.Get("/webhooks/saas-in/:token", controllers.SaasWebhookInHandler) // algunos SaaS verifican con GET
|
||||
|
||||
// ─── Página de confirmación de pago ───────────────────────────────────
|
||||
web.Get("/pago-exitoso", apiControllers.PagoExitosoPage)
|
||||
|
||||
Reference in New Issue
Block a user