mirror of
https://github.com/civitai/civitai.git
synced 2026-09-20 22:08:18 +08:00
f08eaa919d
Add generic webhook event tracking to capture raw payloads from payment providers. This enables flexible reporting without relying on provider APIs. Webhooks tracked: - Coinbase (coinbase) - Stripe (stripe) - Stripe Connect (stripe-connect) - Paddle (paddle) - NOWPayments (nowpayments) - Tipalti (tipalti) Tracking is fire-and-forget with silent error handling to ensure webhook processing is never affected by ClickHouse issues. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>