#raghul-s_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298646157391560787
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Instead of setting setup_future_usage directly on the session, you can specify it under specific payment methods you're trying to save..
Like for cards, you can set payment_method_options.card.setup_future_usage to off_session
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_options-card-setup_future_usage
there's no way to exclude specific payment methods but the above should allow you to configure specific you do want to include when setting up for future use