#ilyeselb

1 messages · Page 1 of 1 (latest)

autumn plinthBOT
rancid pulsar
#

Hi! Let me help you with this.

pure mauve
#

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 ?

rancid pulsar
pure mauve
#

if i understand i just have to create a payment intnent with the pm ID

#

and off session

#

and the payment is done automatically ?

rancid pulsar
#

Yes

pure mauve
#

and if its 3DS ?

#

should i confirm the card ?

rancid pulsar
#

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

pure mauve
#

thank you for the response it was helpful

#

have a nice day

rancid pulsar
#

In rare cases the bank might still require 3DS for set up cards, but it means something went wrong. You will need to ask the customer to provide another card.

#

Happy to help!