#Ajay-proration-scenario
1 messages · Page 1 of 1 (latest)
Hi there!
Yep
This is a great case for proration
The way you handle this is to set the billing_cycle_anchor to the future when you create the Subscription
We talk about this here: https://stripe.com/docs/billing/subscriptions/billing-cycle#new-subscriptions
Awesome thank you for the link, in the above scenario, would the billing_cycle_anchor date be the date they started the subscription? Or is that the date when the full price charge should begin?
The date when the full charge should begin
So the first of the next month if you want to charge at the beginning of the month
Understood, thanks again
Sure thing!
Is there a way to set a minimum charge? For instance if someone signs up on the last day of the month we still want to charge a minimum of $20
You would need to write code for that.
But yes it is possible
Basically you would...
Use https://stripe.com/docs/api/invoices/upcoming to preview the invoice that would be generated by creating the Subscription