#carlituxman-3DS
1 messages · Page 1 of 1 (latest)
hi
we use vue stripe to create a card before payment, then create the customer with the card
after the user make a subscription with a trial period
after trial perido, makes de payment
then we don't know if when creates the pm with card, should do the 3D secure
Just trying to make sure we're aligned, so you're wondering about triggering 3DS when you're first creating the payment method (card)?
yes
Gotcha, let me double check on that.
ok
Sorry, I'm not terribly familiar with Vue Stripe as it's built and maintained by a third party, but taking a quick look at their docs they seem to use checkout sessions for subscriptions, is that the flow you're using?
Stripe Elements will handle the 3DS flow for you. It will trigger the flow if it is necessary.