Checkout flow
The webhook is the source of truth: provision access when Stripe tells you payment succeeded, never from the redirect alone.
What this skill helps you build
Sell a subscription with Stripe Checkout — a hosted payment page where a signed webhook, not the success redirect, is what grants access.
The production takeaway
The webhook is the source of truth: provision access when Stripe tells you payment succeeded, never from the redirect alone.
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.