#mikewilliams - Checkout Setup Mode
1 messages · Page 1 of 1 (latest)
Hey Mike. Yeah that's possible. Checkout this page to learn how to do so: https://stripe.com/docs/payments/save-and-reuse?platform=checkout
@keen geyser This link is for serverside instructions
Checkout has client-only mode (no creating session) that works for purchases and subscriptions, if enabled. I'm wondering if we can do setup mode with that as well
The client-side integration doesn't support setup mode: https://stripe.com/docs/js/checkout/redirect_to_checkout#stripe_checkout_redirect_to_checkout-options-mode
In fact, we don't recommend creating checkout sessions client-side anymore
What's your use-case for doing it this way?