#nicolasbouteilleelephorm_93575
1 messages · Page 1 of 1 (latest)
Hello
If you want to charge a saved PaymentMethod later on then you don't need to implement anything client-side except your own UI to indicate which PaymentMethod should be charged
Then you just create/confirm a PaymentIntent server-side to charge that PaymentMethod
https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method is an example of what this would look like
I will take a look at that thank you 🙂