#alfredtuffreau_best-practices

1 messages ¡ Page 1 of 1 (latest)

urban oreBOT
#

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

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

outer dragon
#

This does not suit my pricing model as I wish to charge the customer the first tier upfront and later apply the remaining fees based on usage. Is it possible using a Stripe Checkout Session?
Can you please share the Susbcripion Id that you used for your tests

#

and share with me exaectly what amount of money you wanted to charge

sterile steppe
#

It was some time ago and I cleared my test data. Is customer supposed to pay the first tier for graduated tier usage-based pricing with Stripe Pricing table and checkout page? Because it is not what I experienced

outer dragon
#

It depends what pricing models you were using and how you are creating the Subscription. But you can't pay upfront using Stripe Subscription for a tier without reporting usage

sterile steppe
#

Can I try to repro and re-open this thread ?

outer dragon
#

Yes of course, feel free to create a new simulation. If this one is closed, feel free to open a new one.

sterile steppe
#

For information, you can see the customer will not be charged on payment
Product id: prod_QpnFM9eqZ3cudM
Price id: price_1PyUFXDLwEugEZtsrenR6Hoj

I would expect the customer to be charge $500 on payment

outer dragon
#

Yes

But you can't pay upfront using Stripe Subscription for a tier without reporting usage

#

You can charge the customer using Stripe Invoice upfront (one time payment) and at the end of the billing period you make the adjustment by your integration.

sterile steppe
#

Can you provide some extended documentation to understand how it works and implement it using Stripe Checkout ?

#

Also, would Tiered pricing be more suitable? Can I meter customer usage and change its tier accordingly on billing using this pricing model?

outer dragon
#

Which you can do it via API, Dashboard upload or other options mentioned in that guide.