#Padek - SetupIntent

1 messages · Page 1 of 1 (latest)

gray raptor
#

Hi there!

#

A SetupIntent will create a PaymentMethod. Then you can use that PaymentMethod when creating the PaymentIntent.

#

But do you plan to do the SetupIntent and PaymentIntent in a row? If so you don't need a SetupIntent, you can directly use a PaymentIntent to collect the payment information, and optionally save the card for future use.

supple garden
#

hmm will it generate like a paymentMethod id?

supple garden
gray raptor
#

What's your goal? To make a payment immediately? Or to save the card to make a payment later? Or both?

supple garden
#

my thought process was using a SetupIntent as a help to make future payments with the same card faster and more secure

#

both pay at that time and then for future purchases

gray raptor
#

SetupIntent are useful when you only want to save the card details without making a charge.

supple garden
#

okay okay makes sense

#

thank you for your time