#Andrii-paymentintent-confirm
1 messages · Page 1 of 1 (latest)
@dim basin When a customer wants to pay for a product in a month, I try to save his data and card in order to make a payment in a month without confirming it in the bank.
Ah gotcha! You can use our Setup Intents to save cards for future usage, and if you specify off_session for the usage then we will try to make sure future payments are smooth. However, it is ultimately up to the issuer to determine whether or not they will trigger authentication.
https://stripe.com/docs/payments/setup-intents
https://stripe.com/docs/api/setup_intents/object
usage: off_session, right?
Yup, that's the one!
@dim basin You still need to confirm
"Your card was declined. This transaction requires authentication."
Are you using one of our test cards to try this flow?
yes
Which one are you using?
I'm asking, because ultimately it is up to the issuer to decide whether or not to require further authentication at the time of the charge. So we have test cards designed to emulate an issuer requiring authentication even if the payment method was set up for future usage,
@ornate yew it's not possible to avoid the need to do SCA/3DS if the card requires it, you have to go through that flow so that future charges has less chances of being blocked
@gilded bramble @dim basin Thank you very much!
Glad to help!