#SalteeSam
1 messages · Page 1 of 1 (latest)
Hello! That's possible if you configure the Checkout Session to save the payment info provided for future use. You can then create a Payment Intent to make an off-session charge against the Customer's stored Payment Method.
There are docs for this here: https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
You can skip steps 1-6 because Checkout will have already saved the Payment Method on the Customer.
On the Checkout Session you can set setup_future_usage as described here: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage