Stage deploy: fix free plan payment init #143

Merged
will.anderson merged 2 commits from dev into stage 2026-05-13 17:12:55 +00:00
Owner

Deploys PR #142 — free plan SetupIntent fix.

Deploys PR #142 — free plan SetupIntent fix.
will.anderson added 2 commits 2026-05-13 17:12:41 +00:00
Fix free plan checkout: use SetupIntent instead of $0 PaymentIntent
Dev — Build & local smoke test / build-smoke (pull_request) Successful in 1m40s
69f348d48b
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.
Fix free plan checkout: SetupIntent instead of $0 PaymentIntent
will.anderson merged commit 0a599ec149 into stage 2026-05-13 17:12:55 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#143