#AlAlva
1 messages · Page 1 of 1 (latest)
Hi there
Hello
When you say "Create A Session", are you using Stripe Checkout?
yes
Okay and you want to charge an already-saved PaymentMethod here, correct?
As in, you don't want to send the customer through another Checkout Session at all.
that's correct. I have a popup that shows the user the cards they have saved and i want the user to pick of one of those and from there have the Create a Session be what it charges
Gotcha so in this case you don't create a Checkout Session at all.
Instead, you would just create and confirm a PaymentIntent.
So you basically want to do what we show here: https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
great! i will give that a try. Thanks!