#surajkumar8781
1 messages · Page 1 of 1 (latest)
What's the issue here? The Setup Intent is in a requires_payment_method status
You need to confirm it, passing in an existing pm_xxx object or by collecting payment details from Elements
I already collected payment details but it should ask for 3D secure verification which is not asking ?
Where are the payment details? You haven't passed a payment_method parameter here: https://dashboard.stripe.com/logs/req_EurfJ2wgHa07R7
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Ok, you called confirmSetup: https://dashboard.stripe.com/logs/req_2ia5yNAC8qZjPB
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
In this specific scenario, we didn't validate the card with the bank across the networks. Can happen: https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Are you testing in live mode?
Yes its a end user
And very strange, as all the users who encountered the 3D secured verification popup ended up failing.
So something is wrong with that 3D verification
It's an actual user, or are you testing?
Actual user
Yeah then in this particular case we didn't validate the card with the networks because of one of the reasons outlined on the page above
https://support.stripe.com/questions/check-if-a-card-is-valid-without-a-charge
I think points mentioned on above page different and not related to 3D secure verification
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
We are using Payment Element for saving card information
They're not different, they're completely related. We only perform 3DS if requested by the issuing bank. In this scenario, we didn't validate the card with the bank/networks, so there was no opportunity for them to even request 3DS