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
Owner

Stripe rejects amount=0 PaymentIntents — that's what was causing 'Unable to initialise payment'. Free plan uses a SetupIntent (no charge, saves card for age verification). The JS already handles setup_mode:true correctly. Mirrors the working professional-later path.

Stripe rejects amount=0 PaymentIntents — that's what was causing 'Unable to initialise payment'. Free plan uses a SetupIntent (no charge, saves card for age verification). The JS already handles setup_mode:true correctly. Mirrors the working professional-later path.
will.anderson added 1 commit 2026-05-13 17:12:25 +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.
will.anderson merged commit 4123f6d5f1 into dev 2026-05-13 17:12:37 +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#142