#Nstripe0-intents-additional-actions
1 messages · Page 1 of 1 (latest)
Looks like there may be, and it's stripe.confirmCardSetup vs stripe.handleCardAction?
For SetupIntents you'd use stripe.handleCardSetup and for PaymentIntents you'd use stripe.handleCardAction
Ah, thanks @cyan current 👍
Hmm, it looks like handleCardSetup is marked as deprecated... https://stripe.com/docs/js/deprecated/handle_card_setup
handleCardSetup has been renamed to confirmCardSetup
Complete reference documentation for the Stripe JavaScript SDK.