#shimmmaz-paymentintent-product

1 messages · Page 1 of 1 (latest)

static questBOT
wheat wagon
#

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

edgy raft
#

Ok

#

Thank you

#

What if I want to charge for the product/price without creating a subscription?

wheat wagon
#

Same answer, if you only use PaymentIntent, you calculate the exact amount yourself

edgy raft
#

I want to use something else, what can I use other than subscription API (because it's a one-time payment)?

wheat wagon
#

For one-time payments, using a PaymentIntent is the right flow really

edgy raft
#

Got it, thanks!

Another question, can the same customer be subscribed to multiple products?

paper dagger
#

Hi there 👋 taking over for @wheat wagon

A customer can have multiple active subscriptions with different products, yes

#

They can also have a single subscription with multiple products