#DangerBear-save-paymentmethod
1 messages · Page 1 of 1 (latest)
Thanks or if you have a link to anything in the Docs would be helpful.
you save a PaymentMethod during a payment: https://stripe.com/docs/payments/save-during-payment
that way, you have a Customer object, with a PaymentMethod attached to them
you can then charge this PaymentMethod on a new PaymentIntent to create a payment, without requiring the card to be re-entered
This is exactly what I needed! This is a feature I would be able to use out of the box with stripe?