#JKL-products

1 messages · Page 1 of 1 (latest)

fervent tundra
#

Hi! Sorry for the delay.
That's correct, PaymentIntent doesn't support Products or Prices.

#

You could either use Checkout Sessions instead (that work with Products and Prices).

timber steppe
#

Thanks

#

Can you tell me what the difference is between going directly through intents, and creating checkout sessions?

#

when should/shouldn't each be used?

fervent tundra
#

We usually recommend Checkout Session, because the whole UI is hosted by Stripe (so it's much simpler to implement).

#

You should use PaymentIntent only if you need to have complete control over the UI.