Stripe webhook not syncing checkout.session.completed to order status #264
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/basketball-api#264
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?
Type
Bug
Lineage
Standalone -- discovered during jersey validation 2026-03-30. Zion Odejinmi (player #113) paid $90 via Stripe but order #18 stayed pending.
Repo
forgejo_admin/basketball-apiWhat Broke
Stripe checkout session
cs_live_a1aS...completed withpayment_status=paidandpayment_intent=succeeded, but Order #18 in our database remainedpending. The Stripe webhook handler (checkout.session.completed) either didn't fire, wasn't received, or failed to update the order.This means Marcus cannot see actual payment status in the CRM -- the system shows pending/opt-out when players have actually paid.
Repro Steps
pendingExpected Behavior
When Stripe fires
checkout.session.completed, the webhook handler should:pendingtopaidEnvironment
4cd0e1b5Acceptance Criteria
Related
project-westside-basketball