#scif_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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214815170275053598
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm asking for the way to make this. Haven't tried anything yet
payment_method_types is not a required parameter : https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
our API docs mention You can omit this attribute to manage your payment methods from the Stripe Dashboard. See Dynamic Payment Methods for more details.
Ouch. I saw wrong section..
These days I use https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-payment_method_options-card-setup_future_usage . Does it mean I should specify similar option for all methods? But how I can do this as don't know which one is enabled...
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi @raw mural payment_method_options is a different param. Can you tell me what you want to achieve with CheckoutSessions API?
Sorry, I just inspected the description and looks like it was added wrongly into our flow. Looks like setup_future_usage is the option saying whether I want to save the payment method on the customer. I don't
Hmm, actually, we have tried without this option and shown only cards as the option