#Ji_net-payment_intent_incompatible_payment_method
1 messages · Page 1 of 1 (latest)
Ok
You need to provide the payment_method or payment_method_data params when making this call https://stripe.com/docs/js/deprecated/confirm_setup_intent#stripe_confirm_setup_intent-data-payment_method
Complete reference documentation for the Stripe JavaScript SDK.
The message in the error response included some additional detail here @round karma FYI
ok but I'm calling the stripe.confirmCardSetup, should I use stripe.confirmSetupIntent instead?
Yes that method will work, you still need to provide payment_method to that call https://stripe.com/docs/js/setup_intents/confirm_card_setup#stripe_confirm_card_setup-data
Complete reference documentation for the Stripe JavaScript SDK.
yes sure thanks