#StasBozhko
1 messages · Page 1 of 1 (latest)
Hi it's because the payment is off-session and authentication is required. See this section in our docs: https://stripe.com/docs/declines#off-session-declines
But I'm using off_session: true, so it should work, no?
the payment method was authentificated during setupIntent session.
Yes but with that test card, each payment requires 3ds
ok, so there are some cards that requires 3DS each time when I try to charge it. In other words, in such cases I'm not able to charge the card off session, is that correct?
Even if I saved setupIntet with succes on 3DS
and there is no workaround how to charge such cards off_session, right?
Correct. With real cards, a bank could still require 3ds for future transactions even if you set it up for future usage. It's rare, but it happens
Thanks a lot!