#lennard_best-practices

1 messages ¡ Page 1 of 1 (latest)

rancid plumeBOT
#

👋 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.

fading sleet
#

Or... should tier 2 have a flat fee of 49$ too?

exotic breach
#
 transform_quantity: {
    divide_by: 100,
    round: 'up',
  },

Something like this, so that you can charge $7 for each 100

fading sleet
#

Thanks, looking into that. Appreciate the fast reply.

exotic breach
#

No problem!

fading sleet
#

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?

exotic breach
#

You define the $49 in another price and use these two prices to create a subscription.

fading sleet
#

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

rancid plumeBOT