#typek3

1 messages ยท Page 1 of 1 (latest)

shut torrentBOT
livid spruce
#

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

Learn how to save payment details during a payment.

karmic tulip
#

Ah, thanks for pointing me to this docs!

livid spruce
#

Any time, let me know if anything in there gives you trouble.