#typek3
1 messages ยท Page 1 of 1 (latest)
Hi ๐ if you want to save a Payment Method for reuse while processing a payment, you'll want to use the setup_future_usage parameter on the Payment Intent:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-setup_future_usage
This guide walks through that process in more detail:
https://stripe.com/docs/payments/save-during-payment
Ah, thanks for pointing me to this docs!
Any time, let me know if anything in there gives you trouble.