#Pompey
1 messages · Page 1 of 1 (latest)
Banks will sometimes ask for 3DS on subscription payments https://stripe.com/docs/billing/subscriptions/overview#requires-action
Yeah, would they require 3DS for subsequent subscription payment invoice capture?
Like with other payments, the bank is less likely to request it if 3DS already happened, but they always might ask so your integration should always be reay to handle it
Yep, it is always up to the bank whether to ask or not
Okay.
Some don't ask, some do, and they are the only ones that know their exact logic for when
This is causing problem for my code in production. All my personal cards work as expected but client cards are failing.
Failing because they require 3DS but 3DS isn't happening?
There is a setting in your account settings to have Stripe automatically email your customers when one of their payments requires 3DS
Your three main options when 3DS comes up for these payments are:
- Have Stripe automatically send an email for 3DS
- Lead your customer to your own custom page to handle 3DS
- Lead your customer to the invoice's Stripe-hosted page to handle 3DS
You can mix and match those 3 options but should definitely have at least one of them to handle 3DS on recurring payments