#ilyeselb
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
thanks
i have a pyament method saved on the customer , as a customer i want to use that card without going threw the normal flow which is filling the stripe form
as a dev how i should do that ?
I understand, you can follow the guide, from this step: https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
if i understand i just have to create a payment intnent with the pm ID
and off session
and the payment is done automatically ?
Yes
The reason you provide "setup_future_usage", and "off-session" parameters is to set up the card and avoid triggering 3DS for the same card again.
Yes, you should provide confirm: true when charging the card