Description
WebhookConfig.tsx/src/app/dev/webhook-tester/page.tsx let users configure and test webhooks but there's no in-app reference for the actual payload schema per event type. This issue adds a schema documentation viewer.
Technical Context
New src/app/dev/webhook-docs/page.tsx and a static src/lib/webhookSchemas.ts defining the payload shape per event type (payment_received, invoice_released, invoice_refunded, etc.) with field descriptions and example JSON.
Acceptance Criteria
Description
WebhookConfig.tsx/src/app/dev/webhook-tester/page.tsxlet users configure and test webhooks but there's no in-app reference for the actual payload schema per event type. This issue adds a schema documentation viewer.Technical Context
New
src/app/dev/webhook-docs/page.tsxand a staticsrc/lib/webhookSchemas.tsdefining the payload shape per event type (payment_received,invoice_released,invoice_refunded, etc.) with field descriptions and example JSON.Acceptance Criteria