#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, 20 minutes ago, 13 messages
- adityalystlocdeveloper_33428, 23 hours ago, 72 messages
- adityalystlocdeveloper_33428, 1 day ago, 3 messages
- adityalystlocdeveloper_33428, 2 days ago, 30 messages
- adityalystlocdeveloper_33428, 2 days ago, 38 messages
- adityalystlocdeveloper_33428, 5 days ago, 7 messages
and 3 more
Hi, let me help you with this.
You can set an arbitrary billing_cycle_anchor when creating a Subscription: https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor
i am setting while creation of subscription but when i am ending trial early then my billing cycle isdisturbing
What behavior do you expect in this case?
i want trial end date to next month first day bill
i want to bill every month first that i want
So why do you end trial before actual trial end?
actully my product is api uses based product
i allowded 25000 free hit to user
but what if user crosses this limit
before trial end
i have all usages record in my db
you can also sugest waht i can do
You can just bill them separately for the excess amount, create a one off Invoice.
What do you mean by this?
actully see if user exceed this limit we will make that plan out of trial and make it active
that what i want
so user can use from their active plan
Ok, but how will you bill them until the 1st of next month?
see this bill i am taking 199 upfront and according to number of usages
so when trial end customer will pay prorated price and in next invoice he will pay last month usages + next month fixed price
Sorry I don't understand. You want them to pay the prorated amount immediately when trial ends, or starting from 1st of next month?
immedietly
hope so this will make you clear
my subscription consist two things flat rate and metered usages
issue is with trial case only
For the rest of the trial month, do you want to prorate the fixed amount? Or just start to record the usage to be billed on the 1st of next month?
example suppose user subscribed 1 feb so 14 days trial is added but on 10 feb user exceed limit. so on 10 feb user will charged for proarted amount 10- next month first and at next month first last month usages + fixed price for upcoming month
proarted amount of what exactly?
I think the best workaround here would be to give the customer a 50% discount for the first month. And then start recording the usage after they exceed the threshold. Other ways might be too complicated.
in trial threshold is not working
What do you mean? How is it supposed to work? I suggested you build this yourself based on your usage records in the database.
best way is to make trial end now and then subscription will get activated
but billing anchor is the only issue
You can then re-set it on the 1st of the month.
how?
to reset that billing date
You can only set it to "now"
So you will need to trigger this update on the 1st of the month.
can we set schudle to this from stripe end
There's an advanced feature called Subscription Schedules, you can read more about it here: https://stripe.com/docs/billing/subscriptions/subscription-schedules
can we do something with this case using schudle