#whizyyy_best-practices

1 messages ¡ Page 1 of 1 (latest)

dark tendonBOT
#

👋 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/1366530847112564799

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

astral quartz
#

Hi there

#

Can you share more about your pricing model? Let's say a customer signs up at $11 and you have a monthly billing cycle. Should their next Invoice also be for $11?

sly kettle
#

Yes

#

The price depends on what feature & limitation the customer wants but its not related to the usage so the price will always be the same once subscribed

astral quartz
#

Got it

#

For flat prices, you can pass along a Price ID when creating a Subscription or pass along price_data; passing price_data means we'll create a Price object on the fly in the background with the data you include, and that Price object will be automatically archived/cannot be used by any other Customers

sly kettle
#

Ok so I will have 1 product with 1 price per subscription, right?

astral quartz
#

Not necessarily, that's still up to you. A Product can have multiple Prices.

sly kettle
#

Oh yes thats what I meant

#

Thank you for confirming the best practice, a last question: can this be done through the dashboard or only API?

astral quartz
#

Creating a Price on the fly?

sly kettle
astral quartz
#

You can do this via the Dashboard too

sly kettle
#

I see, thank you