#jbergius - Checkout
1 messages ยท Page 1 of 1 (latest)
This is in fact how it works normally, customer payment method are only used if you enable Link for Checkout:
https://stripe.com/docs/payments/checkout/customization#link-with-stripe
(and the customer opts in to it)
So if I uncheck this box, the card details wouldn't be saved?
Well, depending on how you're using Checkout the card details are still "saved" somewhere, but the customer would not be shown the option to sign up for 1-click Checkout and future visits would not re-use those saved payment methods
To be more precise ๐
So there isn't a parameter I can pass along when I create the checkout session to ensure that no card details are shown?
No, this is a global setting for your Checkout sessions set in the dashboard, because it's driven by the user email address
I see. But if i uncheck the "Faster checkout" - my old users, which were created when the box was checked, would still see their card details the next time they come to the checkout?
Perfect, thanks for you time!
NP! Happy to help!