#ilyeselb
1 messages · Page 1 of 1 (latest)
Sure, what's the issue?
user want to buy a subscription , the 3d secure return this invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method.
and thiis Customer setup future payment failed
"3D Secure attempt incompleteThe cardholder began 3D Secure authentication but has not completed it."
And which part in particular are you struggling with? What you described can happen, it just means that the customer's bank requested 3DS for the payment but they haven't authenticated the payment
Do you have a specific example I can look at?
i have this invoice id that failed
in_1NLm7uGyOBDbEOMC4tJc55LI
i thought maybe 3d secure need more configuration on paymentIntent
Configuration how? Not sure what is unexpected here, you create a Subscription with a test card that requires 3DS (4000000000003220). We simulate a 3DS request which you must complete via the authentication flow using Stripe.js: https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements#complete-payment
normal payment with visa card or any payment methde are working except 3d secure
Did you read the message I just shared? This is all expected: you need to initiate the authentication flow for your customer with Stripe.js so they can complete the 3DS flow for the bank