#cece_51221

1 messages · Page 1 of 1 (latest)

marble hamletBOT
high ermine
#

Yes, it's possible they will need to go through authentication for the purchase to be successful

#

Checkout handles this for you already

prime osprey
#

am I able to test that with the demo app in help doc

high ermine
#

I'm not sure what demo app you're referring to, but you can definitely create a Checkout Session in test mode and use one of the authentication-related test cards to see authentication being triggered (https://stripe.com/docs/testing#regulatory-cards)

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods and redirects.

prime osprey
#

what if we want to save that card for off_session payment?

#

But the card always needs authentication

#

Is there a way to detect that when user set up the payment method for future payments

high ermine
#

If you're using Checkout then by default any payment methods there are saved for future off-session usage

#

and yes, it's always a possibility that a card that's setup for future off-session usage will still need to be reauthed in the future