#aj95-subscriptions-3ds
1 messages · Page 1 of 1 (latest)
hello
We usually highly recommend changing your overall flow. It should be
1/ Create a Customer
2/ Create a Subscription with payment_behavior: 'default_incomplete'
3/ Complete/confirm the underlying PaymentIntent client-side as you collect card details client-side, which will do 3DS if necessary
ok, doesnt the creation of the subscription create a paymentIntent automatically?
it does, that's the whole point of the flow I outlined
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements this doc is what you want to follow
or just use Checkout, way easier