#sai_rez-reactivate-incomplete
1 messages · Page 1 of 1 (latest)
Hi, sure, it's on a test account, here is the id
sub_1KEEPhKl7yri9QNLed9E6fIg
I was wondering if this is related to payments needing to be verified?
Correct, the payment on that latest invoice needs 3DS auth to go through
Would this be the case for all payments going forward?
It is hard to say, the bank ultimately decides when to request 3DS auth. We do send the bank the proper data to make that less likely but it is still up to them
I see, is it possible to trigger the 3ds auth model to open with stripe?
Yes, if you call confirmCardPayment on the PaymentIntent's client secret, it will open up the 3DS modal https://stripe.com/docs/billing/subscriptions/overview#requires-action
Or similarly, confirmCardSetup on the subscription's setup intent https://stripe.com/docs/billing/subscriptions/overview#authentication-failures
i will have a look at that, thanks for your help
I apologize, I forgot to send you an easier solution. You can configure your billing settings to automatically send your users a hosted link when this happens https://stripe.com/docs/billing/subscriptions/overview#recurring-charges