#shimmmaz-paymentintent-product
1 messages · Page 1 of 1 (latest)
shimmmaz-paymentintent-product
Hey @edgy raft ! The PaymentIntent API has no support for line items or Prices and Products. It takes a raw amount/currency. So if you create a PaymentIntent you calculate the exact amount
Ok
Thank you
What if I want to charge for the product/price without creating a subscription?
Same answer, if you only use PaymentIntent, you calculate the exact amount yourself
I want to use something else, what can I use other than subscription API (because it's a one-time payment)?
For one-time payments, using a PaymentIntent is the right flow really
Got it, thanks!
Another question, can the same customer be subscribed to multiple products?