#.fallenblade
1 messages · Page 1 of 1 (latest)
Have you read https://stripe.com/docs/billing/subscriptions/billing-cycle ?
How do you know if the month doesn't have the anchor day?
I don't understand the question
I mean this one. If the month doesn't have an anchor date, will this field in response body will be null?
I see. No billing_cycle_anchor will always be set. So in that example, billing cycle anchor would be January 31 (since that was when the subscription was created). The billing_cycle_anchor won't change
But on months that you don't have 31, you'll be billed on the last day of the month
I see, sounds fair. Thanks for your response, that answers my question.