#perqin
1 messages · Page 1 of 1 (latest)
hello! if you're using SetupIntents, 3DS will automatically be requested where required : https://stripe.com/docs/payments/save-and-reuse
When will the 3DS be requested? During setting up or during charging?
during setup. a SetupIntent does not charge the card
Does it mean that once set up, no 3DS will be requested on charging?
Oh one more question, can we reuse the SetupIntent (its payment method) for multiple off session payments?
ultimately, whether or not 3DS is required depends on the issuing bank. Stripe will request for 3DS for setting up the card if the card/issuing bank requires it. And subsequent off-session payments shouldn't require 3DS again - but if the bank for whatever reason requires it again, you should be prepared to handle such a situation by requesting the customer to update their card or come back on session to make payment
yes, you can reuse the PaymentMethod for multiple off session payments