#Que
1 messages · Page 1 of 1 (latest)
hello! onesec, let me take a look
thank you
pi_3MqQQsD2AfqkY9Hk0pw302aZ
Can you provide another number that triggers 3DS? this was working last week
you can see the full list of test cards here : https://stripe.com/docs/testing#authentication-and-setup
the 2nd card is the one I'm trying
it worked last week where a status would be marked as incomplete and therefore trigger 3DS pi_3MovJdD2AfqkY9Hk1QVafdMG
umm, you're passing in error_if_incomplete when creating the subscription : https://dashboard.stripe.com/test/logs/req_Qt29FyTYkvnuKI
that means if it requires 3DS, it'll error
if you want it to move to incomplete - either use default_incomplete or allow_incomplete
I see
Do you know why this would work last week and not now?
I didn't touch the error_if_incomplete portion
do you have an example from last week which worked?
pi_3MovJdD2AfqkY9Hk1QVafdMG
pi_3MotcSD2AfqkY9Hk0TSl1MeO
next_action was triggered with these
pi_3MotcSD2AfqkY9Hk0TSl1MeO - this is a normal PaymentIntent that has nothing to do with Subscriptions so we can put this aside
taking a look at the second PaymentIntent
Oh I see, they were both non subscriptions I believe