#stellarloony-subscription
1 messages · Page 1 of 1 (latest)
yes
Then you should retrieve the payment_intent.client_secret and call stripe.confirmCardPayment() on the frontend to go though the 3DS flow.
ok thanks
is there a way to prefill the PaymentElement with the default payment method details?
I'm guessing you already collected the payment details when creating the subscription, and set the default payment method. So you don't need to use Payment Elements to collect the payment details again, you just need to go though the 3DS flow by calling stripe.confirmCardPayment(client_secret).