#lennard_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/1259778063827337299
đ Have more to share? Add details, code, screenshots, videos, etc. below.
Or... should tier 2 have a flat fee of 49$ too?
https://docs.stripe.com/billing/subscriptions/quantities#quantity-transformation hi there, looks like you need quantity transformation
transform_quantity: {
divide_by: 100,
round: 'up',
},
Something like this, so that you can charge $7 for each 100
Thanks, looking into that. Appreciate the fast reply.
No problem!
Should this be licensed or usage? As I do i per request.
metered*
stripe prices create --nickname="Standard Cost Per 100 Lead Enrichments." --unit-amount="700" --currency="usd" --product="prod_QR4TCAQEeYxH29" -d "transform_quantity[divide_by]=7" -d "transform_quantity[round]=up" -d "recurring[interval]=month" -d "recurring[usage_type]=metered"
Any way to specify the base fee of 49$ here?
You define the $49 in another price and use these two prices to create a subscription.
Oh my bad, I always thought 1 price is in the sub. Thanks a lot
This fundamentally changed my understanding lol
I thought so overcomplicated haha