Fix free plan checkout: SetupIntent instead of $0 PaymentIntent #142

Merged
will.anderson merged 1 commits from fix/free-plan-setup-intent into dev 2026-05-13 17:12:37 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 69f348d48b Fix free plan checkout: use SetupIntent instead of $0 PaymentIntent
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m40s
Stripe rejects amount=0 PaymentIntents. Free plan age verification should
use a SetupIntent (no charge, saves payment method). The JS already handles
setup_mode:true by calling stripe.confirmSetup instead of confirmPayment.
Mirrors the existing professional-later SetupIntent path.
2026-05-13 12:12:10 -05:00