#zach_best-practices
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252400025615466618
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Stripe doesn't support zero-dollar usage units, so you might want to look into creating a free-trial for the first 500gb: https://docs.stripe.com/billing/subscriptions/usage-based/pricing-models#trials
but they are going to get 500gb every month
for free
free trial would point to a 1 time thing right?
Ah, okay. That changes things. You'll most likely need to track the first 500gb on your own and then only report usage when the usage exceeds 500gb
so odd
why wouldnt it let me do a free tier?
like i can do a .01 fixed price
like this works
but now my customer will get .01 line item on invoice
oh
even funnier
i cant create it with 0
but update works
i wonder if it will work now
i mean
like u said
the creation screen didnt let me do it
so thats why i reached out
but now the edit screen does
i havent tried posting usage to see what happens
but seems like an issue with stripes validation
like this is either allowed or not allowed
I don't have a lot of context on Dashboard functionality. I thought you were talking about using the API
nope i was using the dashboard
it didnt let me do a price creation with 0$ tier
but i could do a .01 flat amount on creation to get past validation
and then on edit of price it let me
gotcha. We can't really assist with Dashboard workflows here. Let us know if you decide to integrate with the API