#sergio_sanchez
1 messages ยท Page 1 of 1 (latest)
Hello
Hello ๐
Do you mean setting setup_future_usage but for only a handful of methods?
exactly it is because we can have the option to offer klarna (which does not support future usage), but at the same time if the user select cards, try to get the card for future usage
If so, i think you can use payment_method_options hash for that
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_options
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok! I see we can to put to spefic levels, but it means that if we have Klarna, and card with future_usage enabled, both options will be avaialbel for the users?