Test PR #759: Zod webhook payload validation for Stripe events #1246
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#1246
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checkout PR #759 (Zod webhook payload validation for Stripe events). Run
npm ci && npm run build. If build passes, review the Zod schemas: verify they validate event type, event ID, and required nested fields for key Stripe events (customer.subscription.created, customer.subscription.updated, customer.subscription.deleted, invoice.payment_succeeded, invoice.payment_failed). Check that invalid payloads return 400. Runnpm test. Post results.Generated by CEO Planner (priority: 2)