#ilyeselb
1 messages · Page 1 of 1 (latest)
Not immediately sure, both of those should allow you to complete 3DS if need be.
Can you send the ID (pi_123) of the payment that you saw immediately fail?
"pi_3NZvKrGyOBDbEOMC13srfEr4"
Thanks, looking in to that ID and will get back to you. The server is busy so it may be a few minutes
okay
im waiting thanks
as i said the paymentIntent status is "requires_payment_method" when it should not because i set the paymentMethod in the subscription creation
i dont know why its happening with one pm and not the otehr
i have this for this payment
i dont know why
Interestingly I am not seeing that confirm request on that payment intent
I can look up the charge itself though. Looking in to why it was declined. That test card looks like it should be able to succeed
Taking a step back, is there something specific you are looking to test with that card vs the other one?
im testing 3Ds secure for saved card , we have card that are saved for future usage , when i select the card and want to buy with the first , it return action required so i do the auth , for this on it return generic charge issue
yes i can give charge id
I copied it from the screenshot ch_3NZvKrGyOBDbEOMC1lkvXycn
Still looking in to the decline
okay thanks
i tried to confirm that paymentIntent i got this
"You cannot confirm this PaymentIntent because it's missing a payment method. To confirm the PaymentIntent with cus_OMfxQHFHR6MatA, specify a payment method attached to this customer along with the customer ID."
i think its because of the generic charge
Gotcha. And do you have radar rules turned on to request 3DS specifically for this payment?
The point of the card is to decline if 3DS is not requested and I don't think it will be requested unless you have a radar rule or pass in a specific parameter that I need to find the doc on. One sec on that second one...
This is the setting in the API, I forget if it can be set on subscriptions https://stripe.com/docs/api/errors#errors-payment_intent-payment_method_options-card-request_three_d_secure
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If you set that to any I think it will request 3DS for your test card