#fatematzuhora
1 messages · Page 1 of 1 (latest)
What is the new one?
You want to create/confirm a PaymentIntent. See: https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method which has a code example
How can I use a previous payment method while creating payment intent
That PaymentMethod needs to be attached to a Customer then you pass it to the payment_method parameter of the PaymentIntent like I showed above