#adityalystlocdeveloper_33428
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- adityalystlocdeveloper_33428, 13 hours ago, 22 messages
- adityalystlocdeveloper_33428, 23 hours ago, 7 messages
You can create a Subscription with trial. It will only require payments before trial end. Or if you use metered usage Subscription, it will only charge at the end of period
Otherwise Subscription is paid beforehand
my used case is that i have a plan for my subscriptions suppose i am ready to take 20$ upfront then i have to charge the user according to hits. Suppose i have plan 2000 hits but suppose user used 10 extra hits i am allowing user but i want to charge the user for that 10 hit
is their anything that i will tell stripe the extra hits done by the user and stripe will add that bill
That you can add extra items into the draft Invoice in the next period
we have to add manually?
stripe will calculate amount for us ? or need to calculate
i will just give that no of extra hits will stripe calculate extra amount and add it in invoice
That is also possible. Look for metered usage and Report Usage API
can you share some documenattaion
Sure, take a look here https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing
according to you which combination makes more sense?
Hi @dire sand I'm taking over this thread.
https://stripe.com/docs/products-prices/pricing-models#flat-rate-metered-usage This is an example of combining metered usage and flat rate.
hey buddy
so basically i have charge which is 0.002 per hit and fixed 199 dollar how to set this metered price
https://stripe.com/docs/products-prices/pricing-models#usage-based-pricing you should read this doc to learn how to set metered price.
thanks bro its solved