#LordGrim
1 messages · Page 1 of 1 (latest)
You can use recurring prices with pricing table:
https://stripe.com/docs/payments/checkout/pricing-table
can we choose "Recurring payment" for the "Customer chooses price" pricing model
But nope, you can't combine these.
but will pricing table support custom prices?
since we need to perform custom deals (which wont correspond to any static plan)
I think you are looking for Stripe Quotes:
https://stripe.com/docs/quotes
You can't use pricing table for custom prices.
Hi @daring stratus
Quote means you will create it with a price on your own but the customer can negotiate or accept
but for that price, is it necessary to create a corresponding "product"?
Yes Price should belongs to 1 Product
but then, this will create a lot of custom products. Is there any other way to do the above.
How about adding multiple Prices on 1 Product?
But then, number of prices will become equals to the number of users (quotes)