#Mathankumar-billing
1 messages · Page 1 of 1 (latest)
it means I going to generate invoices every month 1st!
Sure, then you'd likely want to make the update call on the subscription and set the billing_cycle_anchor to the desired timestamp and prorate the charges: https://stripe.com/docs/billing/subscriptions/billing-cycle#changing
it's possible to prorate the base amount of graduated billing?
Well, no. You'd need to report usage before the upgrade
The proration would be on the new plan
no, I just need this scenario in the current plan invoice?
I don't understand the question
i did not understand, i wil get proration in base amount right?
The new plan you're upgrading to will be prorated if you fix the billing anchor and specify a proration behaviour yes
'billing_cycle_anchor' => nextmont 1st date,
'proration_behavior' => 'always_invoice',
its correct??
Hey! Taking over for my colleague. Let me catch up.
?
Yes, the billing cycle will start next month 1st day, and a proration invoice will be created for the active period
it will continue right for next 1st like...
Could you precide what's not working ? did you did some test using test clock
https://stripe.com/docs/billing/testing/test-clocks
what is it?
in this one-to-one billing if users join on the 15th I just give them free until that month's end and start billing from next month's 1st to the 30th?
oh sorry, missed the question entirely
I just give them free until that month's end and start billing from next month's 1st to the 30th?
you can do that if you want yes. Best way is to simply passtrial_end:<timestamp of the start of the next month>when creating the subscription.
after this end date plan will excute right?