Add Stripe checkout.session.completed webhook handler #841
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#841
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?
Add a handler for the checkout.session.completed Stripe webhook event in the billing webhook route.
This is a revenue blocker — after a user pays via Checkout (issue #819 creates the session), nothing provisions their subscription in the database.
Implementation:
Issues #831 and #833 cover invoice.payment_failed and customer.subscription.updated, but checkout.session.completed is the critical missing handler.
Acceptance:
Generated by CEO Planner (priority: 1)