#borys_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1280462989295616011
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
๐
In that case you should create 4 differents Product if the prices refer to a different Product
Prices refer to the same product. But it depends on storage, number of users etc. Each with different tiers
And you should use Prices API not Plan
https://docs.stripe.com/api/prices
I see, try using Prices API, Plans are the old API
It's same. I can create Price manually in dashboard. But invoice for a Product with a few Prices doesn't include Price name(Id)
As on screenshot above
Is is possible to include price name to autogenerated invoice`/
?
no, the model we use is that the name of the Product is what appears. If you want different names you would need to use Product1+Price1,Product2+Price2, instead of Product -> Price1,Price2 , if that makes sense.