#federico_asso360
1 messages · Page 1 of 1 (latest)
Hi 👋 you can use the hashes inside of payment_method_options to change settings for specific types of Payment Methods. So you can set setup_future_usage at the Checkout Session level, and then use payment_method_options.sofort.setup_future_usage to none to disable that functionality for Sofort specifically:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_method_options-sofort-setup_future_usage
Ah ok! thank you very much!
Any time!
perfect! It works