#TheUchi007
1 messages · Page 1 of 1 (latest)
In that case you are using the wrong function
.confirmCardPayment is only valid for Payment Intents
You want to use confirmCardSetup
https://stripe.com/docs/js/setup_intents/confirm_setup
is it confirmCardSetup or confirmSetup?
The one you linked is confirmSetup
I just want to make sure
If you are using a Payment Element it is confirmSetup if you are using a Card Element it is confirmCardSetup
Awesome, thank you. I will test it out.
Great. Let me know if you have any further questions.
Awesome, just used the confirmCardSetup one, since I am using Card Element and it works like a charm. Thank you so much!