#rfrisch43
1 messages · Page 1 of 1 (latest)
Hey there, this is tricky because not all supported payment methods support savings for future use so it's not set like that today
If you were to confirm the payment in your own UI, you could set the setup_future_usage parameter during payment, such as for a card payment:
https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-data-setup_future_usage
Got it, thanks