#zzking
1 messages ยท Page 1 of 1 (latest)
Hi there, what scenario that you want to test?
More info: I also tested with a very similiar card "4000000000003220" , and it worked as I expected , as in (1). It asked me to authenticate the card when creating setupIntent, and (2), the off-session charge later failed with "authentication_required" error.
the only difference between "4000000000003220" and "4000000000003063" was that "4000000000003220" is 3DS2 required card, while "4000000000003063" is 3DS required card
I wanted to test "first card setup is success, and then later payment failed because 3DS/SCA is required"
it seems card "4000000000003063" does not behave as it was described on the website, which says "3D Secure authentication must be completed for the payment to be successful. By default, your Radar rules request 3D Secure authentication for this card"
@wheat chasm just checking , any news ๐ ?
kk, thanks, take your time
@obtuse nova I'm unable to reproduce the issue. Can you share with me the SetupIntent ID that you tested with 4000000000003063 ?
sure, let me do it again. btw: is it safe to share the setupIntent ID here ? it's a public forum, we dont want to be identified of course ๐
It's OK to share the ID here, it isn't a sentitive informaiotn.
just to be clear: it won't identify the company info, right ?
no
Only Stripe engineer can access the resource from the ID, other discord users can't.
cool. this is the setupIntent ID :seti_1NUlMuCwzfd1484DR5JVCYzT
the setupIntent is in "success" state, then this off-session charge based on the same card failed : pi_3NUlOHCwzfd1484D1JA6JmxB , the failure code is "card_decline"
This is going to require a bit more investigation. Sorry to redirect you, but can you write in to https://support.stripe.com/contact/email with the information and example PaymentIntent that you provided. We'll respond via email/ticket after looking into it further.
Find help and support for Stripe. Our support center 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.
OK. it's no problem. I'm just curious when you say "I'm unable to reproduce the issue" , what do you mean ? Did you encounter the 3DS challenge when creating setupIntent ?
Yes I did encounter the 3DS challenge with that test card.
and have you tried to make an off-session charge later ?
Yes I did encounter the 3DS challenge with that test card
btw: if you try to "charge" the card "4000000000003063" direclty (on-session), yes you would see the 3DS challenge. The problem that I encountered is: I just created a setupIntent directly for that card WITHOUT any payment/charge, then the 3DS challenge didn't appear.
Just to clarify things a bit
No I didn't attempt the on-sesison charge
hmmm, that's weird, have you tried to make an off-session charge later on that card after you authenticated the card successfully ?
I'm afraid that the discord is quite busy today so that I can't spend too much time on testing.