#cstern
1 messages · Page 1 of 1 (latest)
Hi 👋 I would recommend taking a look at our guides for saving payment methods for reuse, either while processing a payment:
https://stripe.com/docs/payments/save-during-payment
or before any payment is processed:
https://stripe.com/docs/payments/save-and-reuse
It's worth noting though that even a card set up following our recommendations could require a 3DS challenge to be completed during future payments, the Issuer for the card determines when they require 3DS challenges to be completed rather than Stripe.
A 3DS will be asked every time i use the paymentmethod ?
No. When saving the Payment Method's details, a 3DS challenge will likely be triggered. For future payments, we will ask for an exemption from additional authentication challenges, but it is up to the issuer to decide whether they grant that exemption. Typically they do, but it's important to note that they might not and that your flow does need to be ready to handle that possibility.