#tushar-PaymentIntents+Customers

1 messages · Page 1 of 1 (latest)

late spruce
#

👋 Welcome! Let's start at the beginning and step through here... are you using Checkout, or are you using PaymentIntent directly? If you want to use Checkout, you don't have to create the PaymentIntent or Customer manually.

cunning saddle
#

Hi. I am using CardField UI component provided by the SDK

late spruce
cunning saddle
#

Thanks.
Also if I need to save multiple cards, I have to use the SetupIntents, correct?

late spruce
#

You'd use a SetupIntent if you're saving a card without making a payment before saving it. You use a PaymentIntent if you are making a payment at the time.

cunning saddle
#

Oh great. Thanks a lot

#

One of the blog post I read also suggested to create ephemeralKeys. Do I need that too?

late spruce
#

Often you need those for PaymentContexts

You'll know if you need one as you build your integration, as you'll see it used in the examples.

#

tushar-PaymentIntents+Customers