#MihaiGringo
1 messages · Page 1 of 1 (latest)
hi! what's the subscription ID?
thanks, looking
Thanks
what happened there is simply : https://stripe.com/docs/billing/subscriptions/billing-cycle#new-subscriptions
When combining prorations with billing_cycle_anchor, the proration_behavior flag determines whether the customer receives a prorated invoice at all. If proration_behavior is none, the initial period up to the billing cycle anchor will be free—similar to a free trial. Unlike a trial, there is no 0 USD invoice.
that's exactly what you did. (you passed a timestamp 10 seconds in the future from the time when the API request happened so there is a 10 second "initial period up to the billing cycle anchor" which is not invoiced for). I'm not sure what your aim is overall, can you clarify what you're trying to test or how you want the subscription to look/work?
I understand the answer and I should be able to fix this. Thank you so much for the help