#Karan S - SetupIntent
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
The SetupIntent will have the status requires_action if the used card requires 3DS authentication for example.
You can find here the different status of the intent:
https://stripe.com/docs/payments/intents#intent-statuses:~:text=the PaymentIntent has a status of requires_action
Okay thanks
One more doubt @drifting loom sir
What is the difference between
stripe.confirmCardSetup
stripe.confirmSetup
Currently frontend dev is using confirmSetup using my client_secret
confirmSetup is for when using the combined PaymentElement component and confirmCardSetup is for when using standalone CardElements