#Dejan
1 messages · Page 1 of 1 (latest)
Hi there 👋 sorry to hear you're have troubles, can you tell me more about what is or isn't happening?
Hi, so basically i want to Attach a payment method to customer
and when i use the 3DS test card i get returned a seti_xxxxx... as client secret
and i am not sure which function should i use for confirming the card
on the regular checkout i use stripe.confirmCardPayment()
but here it does not work
Yeah, you can't use that function with Setup Intents, you need to use stripe.confirmCardSetup() instead:
https://stripe.com/docs/js/setup_intents/confirm_card_setup
Awesome, glad to hear that did the trick!